![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
interface | localcellextrematype |
Computes and caches local extrema for each cell and its connected neighbors. More... | |
Functions/Subroutines | |
type(localcellextrematype) function | constructor (dis) |
subroutine | destructor (this) |
subroutine | set_field (this, phi) |
real(dp) function, pointer | get_min (this, n) |
real(dp) function, pointer | get_max (this, n) |
subroutine | compute_local_extrema (this, phi) |
subroutine | find_local_extrema (this, n, phi, min_phi, max_phi) |
|
private |
Definition at line 94 of file LocalCellExtrema.f90.
|
private |
|
private |
|
private |
Definition at line 109 of file LocalCellExtrema.f90.
|
private |
Definition at line 84 of file LocalCellExtrema.f90.
|
private |
Definition at line 74 of file LocalCellExtrema.f90.
|
private |
Definition at line 66 of file LocalCellExtrema.f90.