3D interpolation struct.
More...
#include <linint.h>
3D interpolation struct.
Definition at line 50 of file linint.h.
◆ n_x
number of x grid points
Definition at line 51 of file linint.h.
◆ n_y
number of y grid points
Definition at line 52 of file linint.h.
◆ n_z
number of z grid points
Definition at line 53 of file linint.h.
◆ bc_x
boundary condition for x coordinate
Definition at line 54 of file linint.h.
◆ bc_y
boundary condition for y coordinate
Definition at line 55 of file linint.h.
◆ bc_z
boundary condition for z coordinate
Definition at line 56 of file linint.h.
◆ x_min
real linint3D_data::x_min |
minimum x coordinate in the grid
Definition at line 57 of file linint.h.
◆ x_max
real linint3D_data::x_max |
maximum x coordinate in the grid
Definition at line 58 of file linint.h.
◆ x_grid
real linint3D_data::x_grid |
interval between two adjacent points in x grid
Definition at line 59 of file linint.h.
◆ y_min
real linint3D_data::y_min |
minimum y coordinate in the grid
Definition at line 60 of file linint.h.
◆ y_max
real linint3D_data::y_max |
maximum y coordinate in the grid
Definition at line 61 of file linint.h.
◆ y_grid
real linint3D_data::y_grid |
interval between two adjacent points in y grid
Definition at line 62 of file linint.h.
◆ z_min
real linint3D_data::z_min |
minimum z coordinate in the grid
Definition at line 63 of file linint.h.
◆ z_max
real linint3D_data::z_max |
maximum z coordinate in the grid
Definition at line 64 of file linint.h.
◆ z_grid
real linint3D_data::z_grid |
interval between two adjacent points in z grid
Definition at line 65 of file linint.h.
pointer to array with interpolant values
Definition at line 66 of file linint.h.
The documentation for this struct was generated from the following file: