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

Cubic interpolation struct. More...

#include <interp.h>

Data Fields

int n_x
 
int bc_x
 
real x_min
 
real x_max
 
real x_grid
 
realc
 

Detailed Description

Cubic interpolation struct.

Definition at line 56 of file interp.h.

Field Documentation

◆ n_x

int interp1D_data::n_x

number of x grid points

Definition at line 57 of file interp.h.

◆ bc_x

int interp1D_data::bc_x

boundary condition for x coordinate

Definition at line 58 of file interp.h.

◆ x_min

real interp1D_data::x_min

minimum x coordinate in the grid

Definition at line 59 of file interp.h.

◆ x_max

real interp1D_data::x_max

maximum x coordinate in the grid

Definition at line 60 of file interp.h.

◆ x_grid

real interp1D_data::x_grid

interval between two adjacent points in x grid

Definition at line 61 of file interp.h.

◆ c

real* interp1D_data::c

pointer to array with spline coefficients

Definition at line 62 of file interp.h.


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