MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Modules | |
module | solutionfactorymodule |
Functions/Subroutines | |
class(basesolutiontype) function, pointer, public | solutionfactorymodule::create_ims_solution (sim_mode, filename, sol_id) |
Create an IMS solution of type NumericalSolution for serial runs or its sub-type ParallelSolution for. More... | |
class(basesolutiontype) function, pointer, public | solutionfactorymodule::create_ems_solution (sim_mode, filename, sol_id) |
Create an EMS solution of type ExplicitSolution for serial runs or its sub-type ParallelSolution for. More... | |