![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
varray int More...
Functions/Subroutines | |
subroutine, public | hecmw_varray_int_initialize (ilist, n_init_in) |
subroutine, public | hecmw_varray_int_initialize_all (ilists, nlists, n_init_in) |
subroutine, public | hecmw_varray_int_finalize (ilist) |
subroutine, public | hecmw_varray_int_finalize_all (ilists) |
subroutine, public | hecmw_varray_int_clear (ilist) |
subroutine, public | hecmw_varray_int_add (ilist, ival) |
subroutine, public | hecmw_varray_int_add_if_not_exits (ilist, ival) |
subroutine, public | hecmw_varray_int_insert (ilist, ival) |
subroutine, public | hecmw_varray_int_insert_if_not_exists (ilist, ival) |
subroutine, public | hecmw_varray_int_expand (ilist, n, vals) |
subroutine, public | hecmw_varray_int_print (ilist) |
subroutine, public | hecmw_varray_int_print_all (ilists) |
integer(kind=kint) function, public | hecmw_varray_int_find (ilist, ival) |
integer(kind=kint) function, public | hecmw_varray_int_get_nitem (ilist) |
integer(kind=kint) function, public | hecmw_varray_int_get_item (ilist, n) |
subroutine, public | hecmw_varray_int_get_item_all (ilist, array) |
varray int
subroutine, public hecmw_varray_int::hecmw_varray_int_add | ( | type( hecmwst_varray_int ), intent(inout) | ilist, |
integer(kind=kint), intent(in) | ival | ||
) |
subroutine, public hecmw_varray_int::hecmw_varray_int_add_if_not_exits | ( | type( hecmwst_varray_int ), intent(inout) | ilist, |
integer(kind=kint), intent(in) | ival | ||
) |
subroutine, public hecmw_varray_int::hecmw_varray_int_clear | ( | type( hecmwst_varray_int ), intent(inout) | ilist | ) |
Definition at line 84 of file hecmw_varray_int_f.f90.
subroutine, public hecmw_varray_int::hecmw_varray_int_expand | ( | type( hecmwst_varray_int ), intent(inout) | ilist, |
integer(kind=kint), intent(in) | n, | ||
integer(kind=kint), dimension(:), intent(in) | vals | ||
) |
Definition at line 166 of file hecmw_varray_int_f.f90.
subroutine, public hecmw_varray_int::hecmw_varray_int_finalize | ( | type( hecmwst_varray_int ), intent(inout) | ilist | ) |
Definition at line 65 of file hecmw_varray_int_f.f90.
subroutine, public hecmw_varray_int::hecmw_varray_int_finalize_all | ( | type( hecmwst_varray_int ), dimension(:), intent(inout), allocatable | ilists | ) |
integer(kind=kint) function, public hecmw_varray_int::hecmw_varray_int_find | ( | type( hecmwst_varray_int ), intent(in) | ilist, |
integer(kind=kint), intent(in) | ival | ||
) |
Definition at line 197 of file hecmw_varray_int_f.f90.
integer(kind=kint) function, public hecmw_varray_int::hecmw_varray_int_get_item | ( | type( hecmwst_varray_int), intent(in) | ilist, |
integer(kind=kint), intent(in) | n | ||
) |
subroutine, public hecmw_varray_int::hecmw_varray_int_get_item_all | ( | type( hecmwst_varray_int), intent(in) | ilist, |
integer(kind=kint), dimension(:), intent(inout) | array | ||
) |
Definition at line 222 of file hecmw_varray_int_f.f90.
integer(kind=kint) function, public hecmw_varray_int::hecmw_varray_int_get_nitem | ( | type( hecmwst_varray_int), intent(in) | ilist | ) |
subroutine, public hecmw_varray_int::hecmw_varray_int_initialize | ( | type( hecmwst_varray_int ), intent(inout) | ilist, |
integer(kind=kint), intent(in) | n_init_in | ||
) |
subroutine, public hecmw_varray_int::hecmw_varray_int_initialize_all | ( | type( hecmwst_varray_int ), dimension(:), intent(inout), allocatable | ilists, |
integer(kind=kint), intent(in) | nlists, | ||
integer(kind=kint), intent(in) | n_init_in | ||
) |
Definition at line 52 of file hecmw_varray_int_f.f90.
subroutine, public hecmw_varray_int::hecmw_varray_int_insert | ( | type( hecmwst_varray_int ), intent(inout) | ilist, |
integer(kind=kint), intent(in) | ival | ||
) |
Definition at line 136 of file hecmw_varray_int_f.f90.
subroutine, public hecmw_varray_int::hecmw_varray_int_insert_if_not_exists | ( | type( hecmwst_varray_int ), intent(inout) | ilist, |
integer(kind=kint), intent(in) | ival | ||
) |
Definition at line 153 of file hecmw_varray_int_f.f90.
subroutine, public hecmw_varray_int::hecmw_varray_int_print | ( | type( hecmwst_varray_int ), intent(inout) | ilist | ) |
Definition at line 179 of file hecmw_varray_int_f.f90.
subroutine, public hecmw_varray_int::hecmw_varray_int_print_all | ( | type( hecmwst_varray_int ), dimension(:), intent(inout), allocatable | ilists | ) |
Definition at line 186 of file hecmw_varray_int_f.f90.