|
subroutine, public | gwfmodule::gwf_cr (filename, id, modelname) |
| Create a new groundwater flow model object. More...
|
|
subroutine | gwfmodule::gwf_df (this) |
| Define packages of the model. More...
|
|
subroutine | gwfmodule::gwf_ac (this, sparse) |
| Add the internal connections of this model to the sparse matrix. More...
|
|
subroutine | gwfmodule::gwf_mc (this, matrix_sln) |
| Map the positions of this models connections in the numerical solution coefficient matrix. More...
|
|
subroutine | gwfmodule::gwf_ar (this) |
| GroundWater Flow Model Allocate and Read. More...
|
|
subroutine | gwfmodule::gwf_rp (this) |
| GroundWater Flow Model Read and Prepare. More...
|
|
subroutine | gwfmodule::gwf_ad (this) |
| GroundWater Flow Model Time Step Advance. More...
|
|
subroutine | gwfmodule::gwf_cf (this, kiter) |
| GroundWater Flow Model calculate coefficients. More...
|
|
subroutine | gwfmodule::gwf_fc (this, kiter, matrix_sln, inwtflag) |
| GroundWater Flow Model fill coefficients. More...
|
|
subroutine | gwfmodule::gwf_cc (this, innertot, kiter, iend, icnvgmod, cpak, ipak, dpak) |
| GroundWater Flow Model Final Convergence Check for Boundary Packages. More...
|
|
subroutine | gwfmodule::gwf_ptcchk (this, iptc) |
| check if pseudo-transient continuation factor should be used More...
|
|
subroutine | gwfmodule::gwf_ptc (this, vec_residual, iptc, ptcf) |
| calculate maximum pseudo-transient continuation factor More...
|
|
subroutine | gwfmodule::gwf_nur (this, neqmod, x, xtemp, dx, inewtonur, dxmax, locmax) |
| under-relaxation More...
|
|
subroutine | gwfmodule::gwf_cq (this, icnvg, isuppress_output) |
| Groundwater flow model calculate flow. More...
|
|
subroutine | gwfmodule::gwf_bd (this, icnvg, isuppress_output) |
| GroundWater Flow Model Budget. More...
|
|
subroutine | gwfmodule::gwf_ot (this) |
| GroundWater Flow Model Output. More...
|
|
subroutine | gwfmodule::gwf_ot_obs (this) |
| GroundWater Flow Model output observations. More...
|
|
subroutine | gwfmodule::gwf_ot_flow (this, icbcfl, ibudfl, icbcun) |
| Groundwater Flow Model output flows. More...
|
|
subroutine | gwfmodule::gwf_ot_dv (this, idvsave, idvprint, ipflag) |
| Groundwater Flow Model output dependent variable. More...
|
|
subroutine | gwfmodule::gwf_ot_bdsummary (this, ibudfl, ipflag) |
| Groundwater Flow Model output budget summary. More...
|
|
subroutine | gwfmodule::gwf_fp (this) |
| Final processing. More...
|
|
subroutine | gwfmodule::gwf_da (this) |
| Deallocate. More...
|
|
subroutine | gwfmodule::gwf_bdentry (this, budterm, budtxt, rowlabel) |
| GroundWater Flow Model Budget Entry. More...
|
|
integer(i4b) function | gwfmodule::gwf_get_iasym (this) |
| return 1 if any package causes the matrix to be asymmetric. Otherwise return 0. More...
|
|
subroutine | gwfmodule::allocate_scalars (this, modelname) |
| Allocate memory for non-allocatable members. More...
|
|
subroutine | gwfmodule::package_create (this, filtyp, ipakid, ipaknum, pakname, mempath, inunit, iout) |
| Create boundary condition packages for this model. More...
|
|
subroutine | gwfmodule::ftype_check (this, indis) |
| Check to make sure required input files have been specified. More...
|
|
class(gwfmodeltype) function, pointer, public | gwfmodule::castasgwfmodel (model) |
| Cast to GWF model. More...
|
|
subroutine | gwfmodule::create_bndpkgs (this, bndpkgs, pkgtypes, pkgnames, mempaths, inunits) |
| Source package info and begin to process. More...
|
|
subroutine | gwfmodule::create_packages (this) |
| Source package info and begin to process. More...
|
|
subroutine | gwfmodule::log_namfile_options (this, found) |
| Write model namfile options to list file. More...
|
|
subroutine | gwfmodule::steady_period_check (this) |
| Check for steady state period. More...
|
|