type for structured array
More...
This type is used to read and store a list that consists of multiple one-dimensional vectors.
Definition at line 37 of file StructArray.f90.
◆ allocate_charstr_type()
procedure structarraymodule::structarraytype::allocate_charstr_type |
|
private |
◆ allocate_dbl1d_type()
procedure structarraymodule::structarraytype::allocate_dbl1d_type |
|
private |
◆ allocate_dbl_type()
procedure structarraymodule::structarraytype::allocate_dbl_type |
|
private |
◆ allocate_int1d_type()
procedure structarraymodule::structarraytype::allocate_int1d_type |
|
private |
◆ allocate_int_type()
procedure structarraymodule::structarraytype::allocate_int_type |
|
private |
◆ check_reallocate()
procedure structarraymodule::structarraytype::check_reallocate |
|
private |
◆ count()
procedure structarraymodule::structarraytype::count |
|
private |
◆ get()
procedure structarraymodule::structarraytype::get |
|
private |
◆ load_deferred_vector()
procedure structarraymodule::structarraytype::load_deferred_vector |
|
private |
◆ log_structarray_vars()
procedure structarraymodule::structarraytype::log_structarray_vars |
|
private |
◆ mem_create_vector()
procedure structarraymodule::structarraytype::mem_create_vector |
|
private |
◆ memload_vectors()
procedure structarraymodule::structarraytype::memload_vectors |
|
private |
◆ read_from_binary()
procedure structarraymodule::structarraytype::read_from_binary |
|
private |
◆ read_from_parser()
procedure structarraymodule::structarraytype::read_from_parser |
|
private |
◆ write_struct_vector()
procedure structarraymodule::structarraytype::write_struct_vector |
|
private |
◆ blocknum
integer(i4b) structarraymodule::structarraytype::blocknum |
|
private |
◆ component_mempath
character(len=lenmempath) structarraymodule::structarraytype::component_mempath |
|
private |
Definition at line 44 of file StructArray.f90.
44 character(len=LENMEMPATH) :: component_mempath
◆ deferred_shape
logical(lgp) structarraymodule::structarraytype::deferred_shape = .false. |
|
private |
Definition at line 41 of file StructArray.f90.
41 logical(LGP) :: deferred_shape = .false.
◆ deferred_size_init
integer(i4b) structarraymodule::structarraytype::deferred_size_init = 5 |
|
private |
Definition at line 42 of file StructArray.f90.
42 integer(I4B) :: deferred_size_init = 5
◆ mempath
character(len=lenmempath) structarraymodule::structarraytype::mempath |
|
private |
Definition at line 43 of file StructArray.f90.
43 character(len=LENMEMPATH) :: mempath
◆ mf6_input
Definition at line 48 of file StructArray.f90.
48 type(ModflowInputType) :: mf6_input
◆ ncol
integer(i4b) structarraymodule::structarraytype::ncol |
|
private |
◆ nrow
integer(i4b) structarraymodule::structarraytype::nrow |
|
private |
◆ numcols
integer(i4b), dimension(:), allocatable structarraymodule::structarraytype::numcols |
|
private |
Definition at line 47 of file StructArray.f90.
47 integer(I4B),
dimension(:),
allocatable :: numcols
◆ startidx
integer(i4b), dimension(:), allocatable structarraymodule::structarraytype::startidx |
|
private |
Definition at line 46 of file StructArray.f90.
46 integer(I4B),
dimension(:),
allocatable :: startidx
◆ struct_vectors
type(structvectortype), dimension(:), allocatable structarraymodule::structarraytype::struct_vectors |
|
private |
Definition at line 45 of file StructArray.f90.
45 type(StructVectorType),
dimension(:),
allocatable :: struct_vectors
The documentation for this type was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Utilities/Idm/mf6blockfile/StructArray.f90