MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | methodcellpollocktype |
Functions/Subroutines | |
procedure subroutine, public | create_method_cell_pollock (method) |
Create a tracking method. More... | |
subroutine | destroy_mcp (this) |
Destroy the tracking method. More... | |
subroutine | load_mcp (this, particle, next_level, submethod) |
Load subcell tracking method. More... | |
subroutine | pass_mcp (this, particle) |
Having exited the lone subcell, pass the particle to the cell face In this case the lone subcell is the cell. More... | |
subroutine | apply_mcp (this, particle, tmax) |
Apply Pollock's method to a rectangular cell. More... | |
subroutine | load_subcell (this, particle, subcell) |
Loads the lone rectangular subcell from the rectangular cell. More... | |
|
private |
Definition at line 119 of file MethodCellPollock.f90.
procedure subroutine, public methodcellpollockmodule::create_method_cell_pollock | ( | type(methodcellpollocktype), pointer | method | ) |
Definition at line 30 of file MethodCellPollock.f90.
|
private |
Definition at line 47 of file MethodCellPollock.f90.
|
private |
Definition at line 53 of file MethodCellPollock.f90.
|
private |
Definition at line 168 of file MethodCellPollock.f90.
subroutine methodcellpollockmodule::pass_mcp | ( | class(methodcellpollocktype), intent(inout) | this, |
type(particletype), intent(inout), pointer | particle | ||
) |
Definition at line 77 of file MethodCellPollock.f90.