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

1D interpolation struct. More...

#include <linint.h>

Data Fields

int n_x
 
int bc_x
 
real x_min
 
real x_max
 
real x_grid
 
realc
 

Detailed Description

1D interpolation struct.

Definition at line 21 of file linint.h.

Field Documentation

◆ n_x

int linint1D_data::n_x

number of x grid points

Definition at line 22 of file linint.h.

◆ bc_x

int linint1D_data::bc_x

boundary condition for x coordinate

Definition at line 23 of file linint.h.

◆ x_min

real linint1D_data::x_min

minimum x coordinate in the grid

Definition at line 24 of file linint.h.

◆ x_max

real linint1D_data::x_max

maximum x coordinate in the grid

Definition at line 25 of file linint.h.

◆ x_grid

real linint1D_data::x_grid

interval between two adjacent points in x grid

Definition at line 26 of file linint.h.

◆ c

real* linint1D_data::c

pointer to array with interpolant values

Definition at line 27 of file linint.h.


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