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

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)
 

Detailed Description

varray int

Function/Subroutine Documentation

◆ hecmw_varray_int_add()

subroutine, public hecmw_varray_int::hecmw_varray_int_add ( type( hecmwst_varray_int ), intent(inout)  ilist,
integer(kind=kint), intent(in)  ival 
)

Definition at line 112 of file hecmw_varray_int_f.f90.

Here is the caller graph for this function:

◆ hecmw_varray_int_add_if_not_exits()

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 
)

Definition at line 123 of file hecmw_varray_int_f.f90.

Here is the call graph for this function:

◆ hecmw_varray_int_clear()

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.

◆ hecmw_varray_int_expand()

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.

◆ hecmw_varray_int_finalize()

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.

◆ hecmw_varray_int_finalize_all()

subroutine, public hecmw_varray_int::hecmw_varray_int_finalize_all ( type( hecmwst_varray_int ), dimension(:), intent(inout), allocatable  ilists)

Definition at line 72 of file hecmw_varray_int_f.f90.

Here is the caller graph for this function:

◆ hecmw_varray_int_find()

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.

◆ hecmw_varray_int_get_item()

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 
)

Definition at line 215 of file hecmw_varray_int_f.f90.

Here is the caller graph for this function:

◆ hecmw_varray_int_get_item_all()

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.

◆ hecmw_varray_int_get_nitem()

integer(kind=kint) function, public hecmw_varray_int::hecmw_varray_int_get_nitem ( type( hecmwst_varray_int), intent(in)  ilist)

Definition at line 209 of file hecmw_varray_int_f.f90.

Here is the caller graph for this function:

◆ hecmw_varray_int_initialize()

subroutine, public hecmw_varray_int::hecmw_varray_int_initialize ( type( hecmwst_varray_int ), intent(inout)  ilist,
integer(kind=kint), intent(in)  n_init_in 
)

Definition at line 39 of file hecmw_varray_int_f.f90.

Here is the caller graph for this function:

◆ hecmw_varray_int_initialize_all()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_varray_int_insert()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_varray_int_insert_if_not_exists()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_varray_int_print()

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.

◆ hecmw_varray_int_print_all()

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.