![]() |
MODFLOW 6
version 6.8.0.dev0
USGS Modular Hydrologic Model
|
This module contains the StructVectorModule. More...
Data Types | |
| type | tsstringloctype |
| derived type which describes time series string field More... | |
| type | structvectortype |
| derived type for generic vector More... | |
Enumerations | |
| enum | |
Functions/Subroutines | |
| real(dp) function | sv_read_token (this, token, structarray_col, col, row) |
| subroutine | sv_add_ts_strloc (this, token, structarray_col, col, row) |
| class(tsstringloctype) function, pointer | sv_get_ts_strloc (this, idx) |
| subroutine | sv_clear (this) |
Variables | |
| @, public | mtype_undef = 0 |
| undefined memtype More... | |
| @, public | mtype_int = 1 |
| int1d column More... | |
| @, public | mtype_dbl = 2 |
| dbl1d column More... | |
| @, public | mtype_str = 3 |
| charstr1d column More... | |
| @, public | mtype_intvec = 4 |
| intvector column More... | |
| @, public | mtype_int2d = 5 |
| int2d (NCELLDIM) column More... | |
| @, public | mtype_dbl2d = 6 |
| dbl2d (NAUX/NSEG) column More... | |
This module contains a generic type for storing different types of vectors.
|
private |
Definition at line 23 of file StructVector.f90.
|
private |
Definition at line 97 of file StructVector.f90.
|
private |
Definition at line 133 of file StructVector.f90.
|
private |
|
private |
Definition at line 78 of file StructVector.f90.
| @, public structvectormodule::mtype_dbl = 2 |
Definition at line 26 of file StructVector.f90.
| @, public structvectormodule::mtype_dbl2d = 6 |
Definition at line 30 of file StructVector.f90.
| @, public structvectormodule::mtype_int = 1 |
Definition at line 25 of file StructVector.f90.
| @, public structvectormodule::mtype_int2d = 5 |
Definition at line 29 of file StructVector.f90.
| @, public structvectormodule::mtype_intvec = 4 |
Definition at line 28 of file StructVector.f90.
| @, public structvectormodule::mtype_str = 3 |
Definition at line 27 of file StructVector.f90.
| @, public structvectormodule::mtype_undef = 0 |
Definition at line 24 of file StructVector.f90.