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

Go to the source code of this file.

Data Types

type  methodsubcellternarymodule::methodsubcellternarytype
 Ternary triangular subcell tracking method. More...
 

Modules

module  methodsubcellternarymodule
 

Functions/Subroutines

subroutine, public methodsubcellternarymodule::create_method_subcell_ternary (method)
 Create a new ternary subcell-method object. More...
 
subroutine methodsubcellternarymodule::destroy (this)
 Destructor for a ternary subcell-method object. More...
 
subroutine methodsubcellternarymodule::apply_mst (this, particle, tmax)
 Apply the ternary subcell method. More...
 
subroutine methodsubcellternarymodule::track_subcell (this, subcell, particle, tmax)
 Track a particle across a triangular subcell using the ternary method. More...
 
subroutine methodsubcellternarymodule::calculate_dt (v1, v2, dx, xL, v, dvdx, dt, status, itopbotexit)
 Do calculations related to analytical z solution. More...