![]() |
FrontISTR
5.7.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 10 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 41 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 58 of file hecmw_allocate.f90.