version 0.6.0

The type for generic 1D point Lagrange interpolation.

Functions/Subroutines

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)