|
| pure subroutine | mod_point_interpolation_prepare::interpolation_set_coefficients (data, xxi, yyi, zzi, xo, yo, zo) |
| | Compute interpolation coefficients.
|
| |
| subroutine | mod_point_interpolation_prepare::interpolation_set_coefficients_vec (data, xxi, yyi, zzi, pos) |
| | Compute interpolation coefficients.
|
| |
| pure subroutine | mod_point_interpolation_prepare::interpolation_set_coefficients_dx (data, xxi, yyi, zzi, xo, yo, zo) |
| | Compute x-partial derivative coefficients.
|
| |
| pure subroutine | mod_point_interpolation_prepare::interpolation_set_coefficients_dy (data, xxi, yyi, zzi, xo, yo, zo) |
| | Compute y-partial derivative coefficients.
|
| |
| pure subroutine | mod_point_interpolation_prepare::interpolation_set_coefficients_dz (data, xxi, yyi, zzi, xo, yo, zo) |
| | Compute z-partial derivative coefficients.
|
| |
| pure subroutine | mod_point_interpolation_prepare::interpolation_set_stencil_centered (data, xxi, yyi, zzi, xo, yo, zo) |
| | Set centered interpolation stencils.
|
| |
| subroutine | mod_point_interpolation_prepare::interpolation_set_stencil_centered_vec (data, xxi, yyi, zzi, pos) |
| | Set centered interpolation stencils.
|
| |
| pure subroutine | mod_point_interpolation_prepare::interpolation_set_stencil_oriented (data, i_pi, j_pi, k_pi, tx, ty, tz) |
| | Set oriented interpolation stencils.
|
| |
| pure subroutine, private | mod_point_interpolation_prepare::evaluate_pi (i_pi, nx, ordx, xxi, xo) |
| |