|
XGCa
|
#include "solver_init_data.hpp"
Functions | |
| KOKKOS_INLINE_FUNCTION bool | is_em_turb (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, double r, double z, double psi) |
| void | setup_solver_init_data (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, const Grid< DeviceType > &grid, Plasma &plasma, const View< int *, CLayout, DeviceType > &solver_boundary, const View< int *, CLayout, DeviceType > &rhs_boundary, bool use_pade, bool get_b_factors, bool beta_zero_on_bndry_triangles, bool get_skin_bd_factor, SolverInitData< HostType > &dat) |
| KOKKOS_INLINE_FUNCTION bool is_em_turb | ( | const Simulation< DeviceType > & | sml, |
| const MagneticField< DeviceType > & | magnetic_field, | ||
| double | r, | ||
| double | z, | ||
| double | psi | ||
| ) |

| void setup_solver_init_data | ( | const Simulation< DeviceType > & | sml, |
| const MagneticField< DeviceType > & | magnetic_field, | ||
| const Grid< DeviceType > & | grid, | ||
| Plasma & | plasma, | ||
| const View< int *, CLayout, DeviceType > & | solver_boundary, | ||
| const View< int *, CLayout, DeviceType > & | rhs_boundary, | ||
| bool | use_pade, | ||
| bool | get_b_factors, | ||
| bool | beta_zero_on_bndry_triangles, | ||
| bool | get_skin_bd_factor, | ||
| SolverInitData< HostType > & | dat | ||
| ) |

