XGCa
|
#include "hyper_viscosity.hpp"
#include "sml.hpp"
#include "toroidal_average.hpp"
#include "fourier_filter.hpp"
#include "em_field_filter.hpp"
Functions | |
void | apply_hyperviscosity (Field< VarType::Scalar, PhiInterpType::None > *input, Field< VarType::Scalar, PhiInterpType::None > *output) |
void | fourier_filter_m_range_cpp (double *field_inout) |
KOKKOS_INLINE_FUNCTION bool | is_em_turb (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, double r, double z, double psi) |
KOKKOS_INLINE_FUNCTION bool | is_em_fluxavg (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, double r, double z, double psi) |
void | em_field_filter (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing, const View< double *, CLayout, HostType > &input, const View< double *, CLayout, HostType > &output, bool filt_on, const Boundary< HostType > &bd_turb) |
void apply_hyperviscosity | ( | Field< VarType::Scalar, PhiInterpType::None > * | input, |
Field< VarType::Scalar, PhiInterpType::None > * | output | ||
) |
void em_field_filter | ( | const Simulation< DeviceType > & | sml, |
const MagneticField< DeviceType > & | magnetic_field, | ||
const Grid< DeviceType > & | grid, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
Smoothing & | smoothing, | ||
const View< double *, CLayout, HostType > & | input, | ||
const View< double *, CLayout, HostType > & | output, | ||
bool | filt_on, | ||
const Boundary< HostType > & | bd_turb | ||
) |
void fourier_filter_m_range_cpp | ( | double * | field_inout | ) |
KOKKOS_INLINE_FUNCTION bool is_em_fluxavg | ( | const Simulation< DeviceType > & | sml, |
const MagneticField< DeviceType > & | magnetic_field, | ||
double | r, | ||
double | z, | ||
double | psi | ||
) |
KOKKOS_INLINE_FUNCTION bool is_em_turb | ( | const Simulation< DeviceType > & | sml, |
const MagneticField< DeviceType > & | magnetic_field, | ||
double | r, | ||
double | z, | ||
double | psi | ||
) |