The type for generic 1D point Lagrange interpolation.
|
subroutine | int_point_fast_lagrange_1d_construct (self, index_start, index_end) |
| Initialize a 1D point interpolant.
|
|
subroutine | int_point_fast_lagrange_1d_compute_stencil_dummy (self, coordinates, derivative, control_volumes) |
|
subroutine | int_point_fast_lagrange_1d_compute_stencil (self, preweights, coordinates, derivative, control_volumes) |
|
double precision function | int_point_fast_interpolate_dummy (self, x, coordinates, values, derivative, control_volumes) |
|
double precision function | int_point_fast_interpolate (self, preweights, x, coordinates, values, derivative, control_volumes) |
|