|
| subroutine | type_int_point_weno_2d::int_point_weno_2d_construct (self, index_start, index_end, nstencils) |
| | Initialize a 2D point interpolant.
|
| |
| double precision function | type_int_point_weno_2d::int_point_weno_2d_apply (self, values) |
| |
| subroutine | type_int_point_weno_2d::int_point_weno_2d_compute_stencil (self, coordinates_x, coordinates_y, derivatives, cv_x, cv_y) |
| |
| double precision function | type_int_point_weno_2d::int_point_weno_2d_interpolate (self, x, coordinates_x, coordinates_y, values, derivatives, cv_x, cv_y) |
| | Directly compute the interpolation at the given position. The result is the interpolation value.
|
| |