MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
LocalCellExtrema.f90 File Reference

Go to the source code of this file.

Data Types

interface  localcellextremamodule::localcellextrematype
 Computes and caches local extrema for each cell and its connected neighbors. More...
 

Modules

module  localcellextremamodule
 

Functions/Subroutines

type(localcellextrematype) function localcellextremamodule::constructor (dis)
 
subroutine localcellextremamodule::destructor (this)
 
subroutine localcellextremamodule::set_field (this, phi)
 
real(dp) function, pointer localcellextremamodule::get_min (this, n)
 
real(dp) function, pointer localcellextremamodule::get_max (this, n)
 
subroutine localcellextremamodule::compute_local_extrema (this, phi)
 
subroutine localcellextremamodule::find_local_extrema (this, n, phi, min_phi, max_phi)