1 #ifndef GET_SONIC_FIELDS 
    2 #define GET_SONIC_FIELDS 
    8 void get_sonic_fields(
const Grid<DeviceType>& grid, 
const GridField<
HostType,vec2d_if_axisym<PIT_GLOBAL>(),
PIT_GLOBAL,
TorType::OnePlane,
KinType::GyroKin>& E, View<double*,CLayout,HostType>& Er_B2_h, View<double*,CLayout,HostType>& Ez_B2_h, View<double*,CLayout,HostType>& u2_E_h);
 
void get_sonic_fields(const Grid< DeviceType > &grid, const GridField< HostType, vec2d_if_axisym< PIT_GLOBAL >(), PIT_GLOBAL, TorType::OnePlane, KinType::GyroKin > &E, View< double *, CLayout, HostType > &Er_B2_h, View< double *, CLayout, HostType > &Ez_B2_h, View< double *, CLayout, HostType > &u2_E_h)
 
constexpr PhiInterpType PIT_GLOBAL
Definition: globals.hpp:105
 
@ GyroKin
Definition: globals.hpp:90
 
Kokkos::Device< HostExSpace, HostMemSpace > HostType
Definition: space_settings.hpp:57
 
Definition: grid_field.hpp:22