![]() |
MODFLOW 6
version 6.7.0.dev2
USGS Modular Hydrologic Model
|
Abstract interface for cell-based gradient computation. More...
Private Member Functions | |
procedure(get_if), deferred | get |
This module defines the abstract type IGradientType
, which provides a deferred interface for computing the gradient of a scalar field at a given cell. Any concrete gradient implementation must extend this type and implement the get
method.
Definition at line 15 of file IGradient.f90.
|
private |
Definition at line 17 of file IGradient.f90.