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

Go to the source code of this file.

Data Types

type  methodcellternarymodule::methodcellternarytype
 

Modules

module  methodcellternarymodule
 

Functions/Subroutines

procedure subroutine, public methodcellternarymodule::create_method_cell_ternary (method)
 Create a tracking method. More...
 
subroutine methodcellternarymodule::destroy_mct (this)
 Destroy the tracking method. More...
 
subroutine methodcellternarymodule::load_mct (this, particle, next_level, submethod)
 Load subcell into tracking method. More...
 
subroutine methodcellternarymodule::pass_mct (this, particle)
 Pass particle to next subcell if there is one, or to the cell face. More...
 
subroutine methodcellternarymodule::apply_mct (this, particle, tmax)
 Apply the ternary method to a polygonal cell. More...
 
subroutine methodcellternarymodule::load_subcell (this, particle, subcell)
 Loads a triangular subcell from the polygonal cell. More...