FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_varray_int_f.f90 File Reference

Go to the source code of this file.

Modules

module  hecmw_varray_int
 varray int
 

Functions/Subroutines

subroutine, public hecmw_varray_int::hecmw_varray_int_initialize (ilist, n_init_in)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_initialize_all (ilists, nlists, n_init_in)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_finalize (ilist)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_finalize_all (ilists)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_clear (ilist)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_add (ilist, ival)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_add_if_not_exits (ilist, ival)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_insert (ilist, ival)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_insert_if_not_exists (ilist, ival)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_expand (ilist, n, vals)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_print (ilist)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_print_all (ilists)
 
integer(kind=kint) function, public hecmw_varray_int::hecmw_varray_int_find (ilist, ival)
 
integer(kind=kint) function, public hecmw_varray_int::hecmw_varray_int_get_nitem (ilist)
 
integer(kind=kint) function, public hecmw_varray_int::hecmw_varray_int_get_item (ilist, n)
 
subroutine, public hecmw_varray_int::hecmw_varray_int_get_item_all (ilist, array)