The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Attributes | List of all members
oft_graph Type Reference

Detailed Description

CSR graph representation.

Public Attributes

integer(i4), dimension(:), pointer, contiguous kr => NULL()
 Row pointer to column list.
 
integer(i4), dimension(:), pointer, contiguous lc => NULL()
 Column list.
 
integer(i4nc = 0
 Local number of columns.
 
integer(i8ncg = 0
 Gobal number of columns.
 
integer(i4nnz = 0
 Number of local non-zeros.
 
integer(i4nr = 0
 Local number of rows.
 
integer(i8nrg = 0
 Gobal number of rows.
 

Member Data Documentation

◆ kr

integer(i4), dimension(:), pointer, contiguous kr => NULL()

Row pointer to column list.

◆ lc

integer(i4), dimension(:), pointer, contiguous lc => NULL()

Column list.

◆ nc

integer(i4) nc = 0

Local number of columns.

◆ ncg

integer(i8) ncg = 0

Gobal number of columns.

◆ nnz

integer(i4) nnz = 0

Number of local non-zeros.

◆ nr

integer(i4) nr = 0

Local number of rows.

◆ nrg

integer(i8) nrg = 0

Gobal number of rows.


The documentation for this type was generated from the following file: