![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| type | basesolutiontype |
| interface | sln_df |
| interface | slnaddexchange |
| interface | assignConnectionsIFace |
| interface | sln_ar |
| interface | sln_rp |
| interface | sln_dt |
| interface | sln_ad |
| interface | sln_ot |
| interface | sln_ca |
| interface | slnsave |
| interface | slnaddmodel |
| interface | slngetmodels |
| interface | slngetexchanges |
| interface | sln_fp |
| interface | sln_da |
| interface | prepareSolve |
| interface | solve |
| interface | finalizeSolve |
Functions/Subroutines | |
| class(basesolutiontype) function, pointer, private | castasbasesolutionclass (obj) |
| subroutine, public | addbasesolutiontolist (list, solution) |
| class(basesolutiontype) function, pointer, public | getbasesolutionfromlist (list, idx) |
| subroutine, public basesolutionmodule::addbasesolutiontolist | ( | type(listtype), intent(inout) | list, |
| class(basesolutiontype), intent(in), pointer | solution | ||
| ) |
|
private |
| class(basesolutiontype) function, pointer, public basesolutionmodule::getbasesolutionfromlist | ( | type(listtype), intent(inout) | list, |
| integer(i4b), intent(in) | idx | ||
| ) |
Definition at line 178 of file BaseSolution.f90.

