MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
igradient::igradienttype Type Reference

Abstract interface for cell-based gradient computation. More...

Inheritance diagram for igradient::igradienttype:
Inheritance graph
Collaboration diagram for igradient::igradienttype:
Collaboration graph

Private Member Functions

procedure(get_if), deferred get
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ get()

procedure(get_if), deferred igradient::igradienttype::get
private

Definition at line 17 of file IGradient.f90.


The documentation for this type was generated from the following file: