Tricubic interpolation struct.
More...
#include <interp.h>
Tricubic interpolation struct.
Definition at line 85 of file interp.h.
◆ n_x
number of x grid points
Definition at line 86 of file interp.h.
◆ n_y
number of y grid points
Definition at line 87 of file interp.h.
◆ n_z
number of z grid points
Definition at line 88 of file interp.h.
◆ bc_x
boundary condition for x coordinate
Definition at line 89 of file interp.h.
◆ bc_y
boundary condition for y coordinate
Definition at line 90 of file interp.h.
◆ bc_z
boundary condition for z coordinate
Definition at line 91 of file interp.h.
◆ x_min
real interp3D_data::x_min |
minimum x coordinate in the grid
Definition at line 92 of file interp.h.
◆ x_max
real interp3D_data::x_max |
maximum x coordinate in the grid
Definition at line 93 of file interp.h.
◆ x_grid
real interp3D_data::x_grid |
interval between two adjacent points in x grid
Definition at line 94 of file interp.h.
◆ y_min
real interp3D_data::y_min |
minimum y coordinate in the grid
Definition at line 95 of file interp.h.
◆ y_max
real interp3D_data::y_max |
maximum y coordinate in the grid
Definition at line 96 of file interp.h.
◆ y_grid
real interp3D_data::y_grid |
interval between two adjacent points in y grid
Definition at line 97 of file interp.h.
◆ z_min
real interp3D_data::z_min |
minimum z coordinate in the grid
Definition at line 98 of file interp.h.
◆ z_max
real interp3D_data::z_max |
maximum z coordinate in the grid
Definition at line 99 of file interp.h.
◆ z_grid
real interp3D_data::z_grid |
interval between two adjacent points in z grid
Definition at line 100 of file interp.h.
pointer to array with spline coefficients
Definition at line 101 of file interp.h.
The documentation for this struct was generated from the following file: