FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_allocate Module Reference

Functions/Subroutines

subroutine hecmw_allocate_matrix (hecMAT, mat, nBlock)
 
subroutine hecmw_allocate_vector_i (vector, size)
 
subroutine hecmw_allocate_vector_r (vector, size)
 

Function/Subroutine Documentation

◆ hecmw_allocate_matrix()

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.

◆ hecmw_allocate_vector_i()

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.

◆ hecmw_allocate_vector_r()

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.