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

Compute interpolation coefficients for a face value. More...

Collaboration diagram for interpolationschemeinterfacemodule::compute_if:
Collaboration graph

Private Member Functions

type(coefficientstype) function compute_if (this, n, m, iposnm)
 

Detailed Description

This method computes the coefficients needed to interpolate a scalar field value at the face between two connected cells. The method returns coefficients that define how the face value depends on the cell-centered values.

Definition at line 30 of file InterpolationSchemeInterface.f90.

Constructor & Destructor Documentation

◆ compute_if()

type(coefficientstype) function interpolationschemeinterfacemodule::compute_if::compute_if ( class(interpolationschemeinterface), target  this,
integer(i4b), intent(in)  n,
integer(i4b), intent(in)  m,
integer(i4b), intent(in)  iposnm 
)
private

Definition at line 30 of file InterpolationSchemeInterface.f90.

31  ! -- import
32  import dp, i4b
33  import interpolationschemeinterface
34  import coefficientstype
35  ! -- return
36  type(CoefficientsType) :: phi_face
37  ! -- dummy
38  class(InterpolationSchemeInterface), target :: this
39  integer(I4B), intent(in) :: n
40  integer(I4B), intent(in) :: m
41  integer(I4B), intent(in) :: iposnm

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