FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Public Member Functions | |
subroutine | Interpolate_cubic2DmonoDerv (nx, ny, f, fx, fy, fxy) |
Definition at line 90 of file Interpolate_interface.F90.
subroutine Interpolate_interface::Interpolate_cubic2DmonoDerv::Interpolate_cubic2DmonoDerv | ( | integer, intent(in) | nx, |
integer, intent(in) | ny, | ||
real, dimension (-1:nx+2 , -1:ny+2), intent(in) | f, | ||
real, dimension ( 0:nx+1 , 0:ny+1), intent(out) | fx, | ||
real, dimension ( 0:nx+1 , 0:ny+1), intent(out) | fy, | ||
real, dimension ( 1:nx , 1:ny ), intent(out) | fxy | ||
) |
Definition at line 90 of file Interpolate_interface.F90.