MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
interpolationschemeinterfacemodule::set_field_if Interface Reference

Set the scalar field for which interpolation will be computed. More...

Collaboration diagram for interpolationschemeinterfacemodule::set_field_if:
Collaboration graph

Private Member Functions

subroutine set_field_if (this, phi)
 

Detailed Description

This method establishes a pointer to the scalar field data that will be used for subsequent interpolation computations. Implementations may also update any dependent cached data to ensure consistent results.

Definition at line 50 of file InterpolationSchemeInterface.f90.

Constructor & Destructor Documentation

◆ set_field_if()

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

Definition at line 50 of file InterpolationSchemeInterface.f90.

51  ! -- import
52  import dp
53  import interpolationschemeinterface
54  ! -- dummy
55  class(InterpolationSchemeInterface), target :: this
56  real(DP), intent(in), dimension(:), pointer :: phi

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