XGCa
|
#include "grid.hpp"
#include "split_segments.hpp"
#include "my_subview.hpp"
#include "heat_diagnostics.hpp"
Functions | |
View< RZPair *, CLayout, DeviceType > | get_wall_gx (const Grid< DeviceType > &grid) |
void | get_psi_bounds (const MagneticField< DeviceType > &magnetic_field, HeatDiagnostics< DeviceType > &heat_diag, double phi) |
View< bool *, CLayout, DeviceType > | out_of_psi_bounds (const MagneticField< DeviceType > &magnetic_field, const View< RZPair *, CLayout, DeviceType > &wall_gx, double phi) |
void | calculate_strike_angle (const MagneticField< DeviceType > &magnetic_field, HeatDiagnostics< DeviceType > &heat_diag, double phi) |
void calculate_strike_angle | ( | const MagneticField< DeviceType > & | magnetic_field, |
HeatDiagnostics< DeviceType > & | heat_diag, | ||
double | phi | ||
) |
void get_psi_bounds | ( | const MagneticField< DeviceType > & | magnetic_field, |
HeatDiagnostics< DeviceType > & | heat_diag, | ||
double | phi | ||
) |
View<RZPair*,CLayout,DeviceType> get_wall_gx | ( | const Grid< DeviceType > & | grid | ) |
View<bool*,CLayout,DeviceType> out_of_psi_bounds | ( | const MagneticField< DeviceType > & | magnetic_field, |
const View< RZPair *, CLayout, DeviceType > & | wall_gx, | ||
double | phi | ||
) |