18 real(dp),
dimension(:),
pointer :: phi
36 interpolation_scheme%dis => dis
37 interpolation_scheme%fmi => fmi
49 real(DP),
intent(in),
dimension(:),
pointer :: phi
54 function compute(this, n, m, iposnm)
result(phi_face)
59 integer(I4B),
intent(in) :: n
60 integer(I4B),
intent(in) :: m
61 integer(I4B),
intent(in) :: iposnm
66 qnm = this%fmi%gwfflowja(iposnm)
This module contains simulation constants.
real(dp), parameter dzero
real constant zero
This module defines variable data types.
type(coefficientstype) function compute(this, n, m, iposnm)
type(upstreamschemetype) function constructor(dis, fmi)
subroutine set_field(this, phi)
Set the scalar field for which interpolation will be computed.