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

Functions/Subroutines

recursive subroutine, public hecmw_qsort_int_array (array, istart, iend)
 
subroutine, public hecmw_uniq_int_array (array, istart, iend, ndup)
 
subroutine, public hecmw_bsearch_int_array (array, istart, iend, val, idx)
 

Function/Subroutine Documentation

◆ hecmw_bsearch_int_array()

subroutine, public hecmw_array_util::hecmw_bsearch_int_array ( integer(kind=kint), dimension(:), intent(in)  array,
integer(kind=kint), intent(in)  istart,
integer(kind=kint), intent(in)  iend,
integer(kind=kint), intent(in)  val,
integer(kind=kint), intent(out)  idx 
)

Definition at line 63 of file hecmw_array_util.f90.

Here is the caller graph for this function:

◆ hecmw_qsort_int_array()

recursive subroutine, public hecmw_array_util::hecmw_qsort_int_array ( integer(kind=kint), dimension(:), intent(inout)  array,
integer(kind=kint), intent(in)  istart,
integer(kind=kint), intent(in)  iend 
)

Definition at line 18 of file hecmw_array_util.f90.

Here is the caller graph for this function:

◆ hecmw_uniq_int_array()

subroutine, public hecmw_array_util::hecmw_uniq_int_array ( integer(kind=kint), dimension(:), intent(inout)  array,
integer(kind=kint), intent(in)  istart,
integer(kind=kint), intent(in)  iend,
integer(kind=kint), intent(out)  ndup 
)

Definition at line 47 of file hecmw_array_util.f90.

Here is the caller graph for this function: