◆ 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.
26 import interpolationschemeinterface
27 import coefficientstype
29 type(CoefficientsType) :: phi_face
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: