MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
igradient::set_field_if Interface Reference
Collaboration diagram for igradient::set_field_if:
Collaboration graph

Private Member Functions

subroutine set_field_if (this, phi)
 

Detailed Description

Definition at line 34 of file IGradient.f90.

Constructor & Destructor Documentation

◆ set_field_if()

subroutine igradient::set_field_if::set_field_if ( class(igradienttype), target  this,
real(dp), dimension(:), intent(in), pointer  phi 
)
private

Definition at line 34 of file IGradient.f90.

35  ! -- import
36  import igradienttype
37  import dp, i4b
38  ! -- dummy
39  class(IGradientType), target :: this
40  real(DP), dimension(:), pointer, intent(in) :: phi

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