XGCa
radial_hyper_viscosity.hpp
Go to the documentation of this file.
1 #ifndef RADIAL_HYPER_VISCOSITY_HPP
2 #define RADIAL_HYPER_VISCOSITY_HPP
3 
4 #include "plane.hpp"
5 #include "matrix.hpp"
6 #include "species.hpp"
7 
8 Matrix<DeviceType> radial_hyper_viscosity(const MagneticField<DeviceType>& magnetic_field, const Plane<DeviceType>& plane, Species<DeviceType>& species, double hyp_vis_rad, double hyp_vis_rad_priv, bool grad_psitheta, double gradpsi_limit, bool exclude_private);
9 
10 #endif
Definition: magnetic_field.hpp:12
Definition: plane.hpp:17
Definition: species.hpp:75
Definition: magnetic_field.F90:1
Matrix< DeviceType > radial_hyper_viscosity(const MagneticField< DeviceType > &magnetic_field, const Plane< DeviceType > &plane, Species< DeviceType > &species, double hyp_vis_rad, double hyp_vis_rad_priv, bool grad_psitheta, double gradpsi_limit, bool exclude_private)
Definition: radial_hyper_viscosity.cpp:14