FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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 9 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 40 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 57 of file hecmw_allocate.f90.