![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Data Fields | |
integer | neqns |
integer | ncol |
integer | nttbr |
integer | ndeg |
integer, dimension(:), pointer | ia |
integer, dimension(:), pointer | ja |
real(8), dimension(:,:), pointer | val |
Definition at line 9 of file m_cclsmatrix.f90.
integer, dimension(:), pointer m_cclsmatrix::ccls_matrix::ia |
Definition at line 14 of file m_cclsmatrix.f90.
integer, dimension(:), pointer m_cclsmatrix::ccls_matrix::ja |
Definition at line 15 of file m_cclsmatrix.f90.
integer m_cclsmatrix::ccls_matrix::ncol |
Definition at line 11 of file m_cclsmatrix.f90.
integer m_cclsmatrix::ccls_matrix::ndeg |
Definition at line 13 of file m_cclsmatrix.f90.
integer m_cclsmatrix::ccls_matrix::neqns |
Definition at line 10 of file m_cclsmatrix.f90.
integer m_cclsmatrix::ccls_matrix::nttbr |
Definition at line 12 of file m_cclsmatrix.f90.
real(8), dimension(:,:), pointer m_cclsmatrix::ccls_matrix::val |
Definition at line 16 of file m_cclsmatrix.f90.