Bicubic interpolation struct.
More...
#include <interp.h>
Bicubic interpolation struct.
Definition at line 68 of file interp.h.
◆ n_x
number of x grid points
Definition at line 69 of file interp.h.
◆ n_y
number of y grid points
Definition at line 70 of file interp.h.
◆ bc_x
boundary condition for x coordinate
Definition at line 71 of file interp.h.
◆ bc_y
boundary condition for y coordinate
Definition at line 72 of file interp.h.
◆ x_min
real interp2D_data::x_min |
minimum x coordinate in the grid
Definition at line 73 of file interp.h.
◆ x_max
real interp2D_data::x_max |
maximum x coordinate in the grid
Definition at line 74 of file interp.h.
◆ x_grid
real interp2D_data::x_grid |
interval between two adjacent points in x grid
Definition at line 75 of file interp.h.
◆ y_min
real interp2D_data::y_min |
minimum y coordinate in the grid
Definition at line 76 of file interp.h.
◆ y_max
real interp2D_data::y_max |
maximum y coordinate in the grid
Definition at line 77 of file interp.h.
◆ y_grid
real interp2D_data::y_grid |
interval between two adjacent points in y grid
Definition at line 78 of file interp.h.
pointer to array with spline coefficients
Definition at line 79 of file interp.h.
The documentation for this struct was generated from the following file: