Go to the source code of this file.
|
void | convert_grid_2_001d_wrap (double *input, double *output) |
|
void | convert_001d_2_grid_wrap (double *input, double *output) |
|
int | get_grid_npsi_surf () |
|
template<class Device > |
void | flux_surface_average (const View< double *, CLayout, Device > &input_view, View< double *, CLayout, HostType > &tmp, View< double *, CLayout, HostType > &tmp00_surf) |
|
template<class Device > |
void | flux_surface_average (const View< double *, CLayout, Device > &input_view) |
|
template<class Device > |
void | flux_surface_average (const View< double **, CLayout, Device > &input_view) |
|
void convert_001d_2_grid_wrap |
( |
double * |
input, |
|
|
double * |
output |
|
) |
| |
void convert_grid_2_001d_wrap |
( |
double * |
input, |
|
|
double * |
output |
|
) |
| |
template<class Device >
void flux_surface_average |
( |
const View< double *, CLayout, Device > & |
input_view | ) |
|
template<class Device >
void flux_surface_average |
( |
const View< double **, CLayout, Device > & |
input_view | ) |
|
int get_grid_npsi_surf |
( |
| ) |
|