OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
ana_blk_m.F
Go to the documentation of this file.
1C
2C This file is part of MUMPS 5.5.1, released
3C on Tue Jul 12 13:17:24 UTC 2022
4C
5C
6C Copyright 1991-2022 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
7C Mumps Technologies, University of Bordeaux.
8C
9C This version of MUMPS is provided to you free of charge. It is
10C released under the CeCILL-C license
11C (see doc/CeCILL-C_V1-en.txt, doc/CeCILL-C_V1-fr.txt, and
12C https://cecill.info/licences/Licence_CeCILL-C_V1-en.html)
13C
16 INTEGER :: nbincol
17 INTEGER, POINTER :: irn(:) => null()
18 END TYPE col_lmatrix_t
20 INTEGER :: nbcol
21 INTEGER(8) :: nzl
22 TYPE(col_lmatrix_t), POINTER :: col(:) => null()
23 END TYPE lmatrix_t
25 INTEGER(8) :: nzg, sizeadjallocated
26 INTEGER :: ng
27 INTEGER(8), POINTER :: ipe(:) => null()
28 INTEGER, POINTER :: adj(:) => null()
29 END TYPE compact_graph_t
30 END MODULE mumps_ana_blk_m