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

Functions/Subroutines

subroutine, public hecmw_pair_array_init (parray, max_num)
 
subroutine, public hecmw_pair_array_finalize (parray)
 
subroutine, public hecmw_pair_array_append (parray, id, i1, i2)
 
subroutine, public hecmw_pair_array_sort (parray)
 
integer(kind=kint) function, public hecmw_pair_array_find_id (parray, i1, i2)
 

Function/Subroutine Documentation

◆ hecmw_pair_array_append()

subroutine, public hecmw_pair_array::hecmw_pair_array_append ( type (hecmwst_pair_array), intent(inout)  parray,
integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(in)  i1,
integer(kind=kint), intent(in)  i2 
)

Definition at line 45 of file hecmw_pair_array.f90.

Here is the caller graph for this function:

◆ hecmw_pair_array_finalize()

subroutine, public hecmw_pair_array::hecmw_pair_array_finalize ( type (hecmwst_pair_array), intent(inout)  parray)

Definition at line 37 of file hecmw_pair_array.f90.

Here is the caller graph for this function:

◆ hecmw_pair_array_find_id()

integer(kind=kint) function, public hecmw_pair_array::hecmw_pair_array_find_id ( type (hecmwst_pair_array), intent(inout)  parray,
integer(kind=kint), intent(in)  i1,
integer(kind=kint), intent(in)  i2 
)

Definition at line 64 of file hecmw_pair_array.f90.

Here is the caller graph for this function:

◆ hecmw_pair_array_init()

subroutine, public hecmw_pair_array::hecmw_pair_array_init ( type (hecmwst_pair_array), intent(inout)  parray,
integer(kind=kint), intent(in)  max_num 
)

Definition at line 27 of file hecmw_pair_array.f90.

Here is the caller graph for this function:

◆ hecmw_pair_array_sort()

subroutine, public hecmw_pair_array::hecmw_pair_array_sort ( type (hecmwst_pair_array), intent(inout)  parray)

Definition at line 58 of file hecmw_pair_array.f90.

Here is the caller graph for this function: