![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine | hecmw_allocate_matrix (hecMAT, mat, nBlock) |
| subroutine | hecmw_allocate_vector_i (vector, size) |
| subroutine | hecmw_allocate_vector_r (vector, size) |
| subroutine hecmw_allocate::hecmw_allocate_matrix | ( | type (hecmwst_matrix) | hecMAT, |
| type (hecmwst_matrix) | mat, | ||
| integer | nBlock | ||
| ) |
Definition at line 9 of file hecmw_allocate.f90.
| subroutine hecmw_allocate::hecmw_allocate_vector_i | ( | integer(kind=kint), dimension(:), pointer | vector, |
| integer(kind=kint) | size | ||
| ) |
Definition at line 40 of file hecmw_allocate.f90.
| subroutine hecmw_allocate::hecmw_allocate_vector_r | ( | real(kind=kreal), dimension(:), pointer | vector, |
| integer(kind=kint) | size | ||
| ) |
Definition at line 57 of file hecmw_allocate.f90.