MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
SolutionFactory.F90 File Reference

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...