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

3D interpolation struct. More...

#include <linint.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

3D interpolation struct.

Definition at line 50 of file linint.h.

Field Documentation

◆ n_x

int linint3D_data::n_x

number of x grid points

Definition at line 51 of file linint.h.

◆ n_y

int linint3D_data::n_y

number of y grid points

Definition at line 52 of file linint.h.

◆ n_z

int linint3D_data::n_z

number of z grid points

Definition at line 53 of file linint.h.

◆ bc_x

int linint3D_data::bc_x

boundary condition for x coordinate

Definition at line 54 of file linint.h.

◆ bc_y

int linint3D_data::bc_y

boundary condition for y coordinate

Definition at line 55 of file linint.h.

◆ bc_z

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

◆ c

real* linint3D_data::c

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: