![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Data Fields | |
integer | nr |
integer | nc |
integer | nnz |
integer | ndof |
integer(kind=kint), dimension(:), pointer | index |
integer(kind=kint), dimension(:), pointer | item |
real(kind=kreal), dimension(:), pointer | a |
Definition at line 27 of file hecmw_local_matrix.f90.
real(kind=kreal), dimension(:), pointer hecmw_local_matrix::hecmwst_local_matrix::a |
Definition at line 31 of file hecmw_local_matrix.f90.
integer(kind=kint), dimension(:), pointer hecmw_local_matrix::hecmwst_local_matrix::index |
Definition at line 29 of file hecmw_local_matrix.f90.
integer(kind=kint), dimension(:), pointer hecmw_local_matrix::hecmwst_local_matrix::item |
Definition at line 30 of file hecmw_local_matrix.f90.
integer hecmw_local_matrix::hecmwst_local_matrix::nc |
Definition at line 28 of file hecmw_local_matrix.f90.
integer hecmw_local_matrix::hecmwst_local_matrix::ndof |
Definition at line 28 of file hecmw_local_matrix.f90.
integer hecmw_local_matrix::hecmwst_local_matrix::nnz |
Definition at line 28 of file hecmw_local_matrix.f90.
integer hecmw_local_matrix::hecmwst_local_matrix::nr |
Definition at line 28 of file hecmw_local_matrix.f90.