Cubic interpolation struct.
More...
#include <interp.h>
Cubic interpolation struct.
Definition at line 56 of file interp.h.
◆ n_x
number of x grid points
Definition at line 57 of file interp.h.
◆ bc_x
boundary condition for x coordinate
Definition at line 58 of file interp.h.
◆ x_min
real interp1D_data::x_min |
minimum x coordinate in the grid
Definition at line 59 of file interp.h.
◆ x_max
real interp1D_data::x_max |
maximum x coordinate in the grid
Definition at line 60 of file interp.h.
◆ x_grid
real interp1D_data::x_grid |
interval between two adjacent points in x grid
Definition at line 61 of file interp.h.
pointer to array with spline coefficients
Definition at line 62 of file interp.h.
The documentation for this struct was generated from the following file: