ASCOT5
Loading...
Searching...
No Matches
Data Fields
interp3D_data Struct Reference

Tricubic interpolation struct. More...

#include <interp.h>

Data Fields

int n_x
 
int n_y
 
int n_z
 
int bc_x
 
int bc_y
 
int bc_z
 
real x_min
 
real x_max
 
real x_grid
 
real y_min
 
real y_max
 
real y_grid
 
real z_min
 
real z_max
 
real z_grid
 
realc
 

Detailed Description

Tricubic interpolation struct.

Definition at line 85 of file interp.h.

Field Documentation

◆ n_x

int interp3D_data::n_x

number of x grid points

Definition at line 86 of file interp.h.

◆ n_y

int interp3D_data::n_y

number of y grid points

Definition at line 87 of file interp.h.

◆ n_z

int interp3D_data::n_z

number of z grid points

Definition at line 88 of file interp.h.

◆ bc_x

int interp3D_data::bc_x

boundary condition for x coordinate

Definition at line 89 of file interp.h.

◆ bc_y

int interp3D_data::bc_y

boundary condition for y coordinate

Definition at line 90 of file interp.h.

◆ bc_z

int interp3D_data::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.

◆ c

real* interp3D_data::c

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: