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_matrix_map Type Reference

Detailed Description

Sub-matrix mapping.

Public Attributes

integer(i4), dimension(:,:), pointer, contiguous ext => NULL()
 Row extents within full matrix.
 
integer(i4), dimension(:), pointer, contiguous kr => NULL()
 Row pointer to column list.
 
integer(i4), dimension(:), pointer, contiguous lc => NULL()
 Column list.
 
integer(i4), dimension(:), pointer, contiguous lc_map => NULL()
 List of entries in full matrix.
 
integer(i4nnz = 0
 Number of non-zeros in block.
 

Member Data Documentation

◆ ext

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

Row extents within full matrix.

◆ kr

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

Row pointer to column list.

◆ lc

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

Column list.

◆ lc_map

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

List of entries in full matrix.

◆ nnz

integer(i4) nnz = 0

Number of non-zeros in block.


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