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

2D interpolation struct. More...

#include <linint.h>

Data Fields

int n_x
 
int n_y
 
int bc_x
 
int bc_y
 
real x_min
 
real x_max
 
real x_grid
 
real y_min
 
real y_max
 
real y_grid
 
realc
 

Detailed Description

2D interpolation struct.

Definition at line 33 of file linint.h.

Field Documentation

◆ n_x

int linint2D_data::n_x

number of x grid points

Definition at line 34 of file linint.h.

◆ n_y

int linint2D_data::n_y

number of y grid points

Definition at line 35 of file linint.h.

◆ bc_x

int linint2D_data::bc_x

boundary condition for x coordinate

Definition at line 36 of file linint.h.

◆ bc_y

int linint2D_data::bc_y

boundary condition for y coordinate

Definition at line 37 of file linint.h.

◆ x_min

real linint2D_data::x_min

minimum x coordinate in the grid

Definition at line 38 of file linint.h.

◆ x_max

real linint2D_data::x_max

maximum x coordinate in the grid

Definition at line 39 of file linint.h.

◆ x_grid

real linint2D_data::x_grid

interval between two adjacent points in x grid

Definition at line 40 of file linint.h.

◆ y_min

real linint2D_data::y_min

minimum y coordinate in the grid

Definition at line 41 of file linint.h.

◆ y_max

real linint2D_data::y_max

maximum y coordinate in the grid

Definition at line 42 of file linint.h.

◆ y_grid

real linint2D_data::y_grid

interval between two adjacent points in y grid

Definition at line 43 of file linint.h.

◆ c

real* linint2D_data::c

pointer to array with interpolant values

Definition at line 44 of file linint.h.


The documentation for this struct was generated from the following file: