FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_irjc_matrix::irjc_square_matrix Type Reference
Collaboration diagram for m_irjc_matrix::irjc_square_matrix:

Data Fields

integer(kind=kint) neqns
 
integer(kind=kint) nttbr
 
integer(kind=kint) ndeg
 
integer, dimension(:), pointer irow
 
integer, dimension(:), pointer jcol
 
real(kind=kreal), dimension(:,:), pointer val
 

Detailed Description

Definition at line 14 of file m_irjc_matrix.f90.

Field Documentation

◆ irow

integer, dimension(:), pointer m_irjc_matrix::irjc_square_matrix::irow

Definition at line 23 of file m_irjc_matrix.f90.

◆ jcol

integer, dimension(:), pointer m_irjc_matrix::irjc_square_matrix::jcol

Definition at line 23 of file m_irjc_matrix.f90.

◆ ndeg

integer(kind=kint) m_irjc_matrix::irjc_square_matrix::ndeg

Definition at line 22 of file m_irjc_matrix.f90.

◆ neqns

integer(kind=kint) m_irjc_matrix::irjc_square_matrix::neqns

Definition at line 16 of file m_irjc_matrix.f90.

◆ nttbr

integer(kind=kint) m_irjc_matrix::irjc_square_matrix::nttbr

Definition at line 19 of file m_irjc_matrix.f90.

◆ val

real(kind=kreal), dimension(:,:), pointer m_irjc_matrix::irjc_square_matrix::val

Definition at line 24 of file m_irjc_matrix.f90.


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