MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
This bundles all virtual data for a particular solution. More...
Public Attributes | |
integer(i4b) | solution_id = -1 |
type(vdcptrtype), dimension(:), pointer | models => null() |
the models as virtual data containers (wrapped) More... | |
type(vdcptrtype), dimension(:), pointer | exchanges => null() |
the exchanges as virtual data containers (wrapped) More... | |
class(*), pointer | numerical_solution => null() |
points back to the actual numerical solution More... | |
type(interfacemaptype), pointer | interface_map => null() |
contains the aggregate interface map for the solution NB: the aggregation is over multiple interface models and there is no unique numbering there. The target indexes should therefore be considered invalid. More... | |
Definition at line 11 of file VirtualSolution.f90.
type(vdcptrtype), dimension(:), pointer virtualsolutionmodule::virtualsolutiontype::exchanges => null() |
Definition at line 14 of file VirtualSolution.f90.
type(interfacemaptype), pointer virtualsolutionmodule::virtualsolutiontype::interface_map => null() |
Definition at line 16 of file VirtualSolution.f90.
type(vdcptrtype), dimension(:), pointer virtualsolutionmodule::virtualsolutiontype::models => null() |
Definition at line 13 of file VirtualSolution.f90.
class(*), pointer virtualsolutionmodule::virtualsolutiontype::numerical_solution => null() |
Definition at line 15 of file VirtualSolution.f90.
integer(i4b) virtualsolutionmodule::virtualsolutiontype::solution_id = -1 |
Definition at line 12 of file VirtualSolution.f90.