MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
interpolationschemeinterfacemodule::compute_if Interface Reference
Collaboration diagram for interpolationschemeinterfacemodule::compute_if:
Collaboration graph

Private Member Functions

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

Detailed Description

Definition at line 23 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,
real(dp), dimension(:), intent(in)  phi 
)
private

Definition at line 23 of file InterpolationSchemeInterface.f90.

24  ! -- import
25  import dp, i4b
26  import interpolationschemeinterface
27  import coefficientstype
28  ! -- return
29  type(CoefficientsType) :: phi_face
30  ! -- dummy
31  class(InterpolationSchemeInterface), target :: this
32  integer(I4B), intent(in) :: n
33  integer(I4B), intent(in) :: m
34  integer(I4B), intent(in) :: iposnm
35  real(DP), intent(in), dimension(:) :: phi

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