![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Data Fields | |
integer(kind=kint) | nrows |
integer(kind=kint) | ncols |
integer(kind=kint) | nttbr |
integer(kind=kint) | ndeg |
integer(kind=kint), dimension(:), pointer | irow |
integer(kind=kint), dimension(:), pointer | jcol |
real(kind=kreal), dimension(:,:), pointer | val |
Definition at line 27 of file m_irjc_matrix.f90.
integer(kind=kint), dimension(:), pointer m_irjc_matrix::irjc_mn_matrix::irow |
Definition at line 39 of file m_irjc_matrix.f90.
integer(kind=kint), dimension(:), pointer m_irjc_matrix::irjc_mn_matrix::jcol |
Definition at line 39 of file m_irjc_matrix.f90.
integer(kind=kint) m_irjc_matrix::irjc_mn_matrix::ncols |
Definition at line 32 of file m_irjc_matrix.f90.
integer(kind=kint) m_irjc_matrix::irjc_mn_matrix::ndeg |
Definition at line 38 of file m_irjc_matrix.f90.
integer(kind=kint) m_irjc_matrix::irjc_mn_matrix::nrows |
Definition at line 29 of file m_irjc_matrix.f90.
integer(kind=kint) m_irjc_matrix::irjc_mn_matrix::nttbr |
Definition at line 35 of file m_irjc_matrix.f90.
real(kind=kreal), dimension(:,:), pointer m_irjc_matrix::irjc_mn_matrix::val |
Definition at line 40 of file m_irjc_matrix.f90.