FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
m_crs_matrix::crs_matrix Type Reference
Collaboration diagram for m_crs_matrix::crs_matrix:

Data Fields

integer(kind=kintnrows
 
integer(kind=kintncols
 
integer(kind=kintnttbr
 
integer(kind=kintndeg
 
integer(kind=kint), dimension(:), pointer ia
 
integer(kind=kint), dimension(:), pointer ja
 
real(kind=kreal), dimension(:,:), pointer val
 

Detailed Description

Definition at line 18 of file m_crs_matrix.f90.

Field Documentation

◆ ia

integer(kind=kint), dimension(:), pointer m_crs_matrix::crs_matrix::ia

Definition at line 23 of file m_crs_matrix.f90.

◆ ja

integer(kind=kint), dimension(:), pointer m_crs_matrix::crs_matrix::ja

Definition at line 24 of file m_crs_matrix.f90.

◆ ncols

integer(kind=kint) m_crs_matrix::crs_matrix::ncols

Definition at line 20 of file m_crs_matrix.f90.

◆ ndeg

integer(kind=kint) m_crs_matrix::crs_matrix::ndeg

Definition at line 22 of file m_crs_matrix.f90.

◆ nrows

integer(kind=kint) m_crs_matrix::crs_matrix::nrows

Definition at line 19 of file m_crs_matrix.f90.

◆ nttbr

integer(kind=kint) m_crs_matrix::crs_matrix::nttbr

Definition at line 21 of file m_crs_matrix.f90.

◆ val

real(kind=kreal), dimension(:,:), pointer m_crs_matrix::crs_matrix::val

Definition at line 25 of file m_crs_matrix.f90.


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