MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
NumericalModel.f90 File Reference

Go to the source code of this file.

Data Types

type  numericalmodelmodule::numericalmodeltype
 

Modules

module  numericalmodelmodule
 

Functions/Subroutines

subroutine numericalmodelmodule::model_df (this)
 
subroutine numericalmodelmodule::model_ac (this, sparse)
 
subroutine numericalmodelmodule::model_mc (this, matrix_sln)
 
subroutine numericalmodelmodule::model_ar (this)
 
subroutine numericalmodelmodule::model_rp (this)
 
subroutine numericalmodelmodule::model_ad (this)
 
subroutine numericalmodelmodule::model_reset (this)
 
subroutine numericalmodelmodule::model_solve (this)
 
subroutine numericalmodelmodule::model_cf (this, kiter)
 
subroutine numericalmodelmodule::model_fc (this, kiter, matrix_sln, inwtflag)
 
subroutine numericalmodelmodule::model_ptcchk (this, iptc)
 
subroutine numericalmodelmodule::model_ptc (this, vec_residual, iptc, ptcf)
 
subroutine numericalmodelmodule::model_nr (this, kiter, matrix, inwtflag)
 
subroutine numericalmodelmodule::model_cc (this, innertot, kiter, iend, icnvgmod, cpak, ipak, dpak)
 
subroutine numericalmodelmodule::model_nur (this, neqmod, x, xtemp, dx, inewtonur, dxmax, locmax)
 
subroutine numericalmodelmodule::model_cq (this, icnvg, isuppress_output)
 
subroutine numericalmodelmodule::model_bd (this, icnvg, isuppress_output)
 
subroutine numericalmodelmodule::model_bdcalc (this, icnvg)
 
subroutine numericalmodelmodule::model_bdsave (this, icnvg)
 
subroutine numericalmodelmodule::model_ot (this)
 
subroutine numericalmodelmodule::model_bdentry (this, budterm, budtxt, rowlabel)
 
subroutine numericalmodelmodule::model_fp (this)
 
subroutine numericalmodelmodule::model_da (this)
 
subroutine numericalmodelmodule::set_moffset (this, moffset)
 
subroutine numericalmodelmodule::get_mrange (this, mstart, mend)
 
subroutine numericalmodelmodule::set_idsoln (this, id)
 
subroutine numericalmodelmodule::allocate_scalars (this, modelname)
 
subroutine numericalmodelmodule::allocate_arrays (this)
 
subroutine numericalmodelmodule::set_xptr (this, xsln, sln_offset, varNameTgt, memPathTgt)
 
subroutine numericalmodelmodule::set_rhsptr (this, rhssln, sln_offset, varNameTgt, memPathTgt)
 
subroutine numericalmodelmodule::set_iboundptr (this, iboundsln, sln_offset, varNameTgt, memPathTgt)
 
subroutine numericalmodelmodule::get_mcellid (this, node, mcellid)
 
subroutine numericalmodelmodule::get_mnodeu (this, node, nodeu)
 
integer(i4b) function numericalmodelmodule::get_iasym (this)
 
class(numericalmodeltype) function, pointer numericalmodelmodule::castasnumericalmodelclass (obj)
 
subroutine, public numericalmodelmodule::addnumericalmodeltolist (list, model)
 
class(numericalmodeltype) function, pointer, public numericalmodelmodule::getnumericalmodelfromlist (list, idx)
 
subroutine numericalmodelmodule::create_lstfile (this, lst_fname, model_fname, defined, headertxt)