XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations | Functions
field.hpp File Reference
#include "space_settings.hpp"
#include "NamelistReader.hpp"
#include "globals.hpp"
#include "grid.hpp"
#include "linear_weights.hpp"
#include "local_fields.hpp"
#include "push_controls.hpp"
#include "field_weights.hpp"
#include "gyro_radius.hpp"
Include dependency graph for field.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FieldCorrection
 
struct  Field< VT, PIT >
 
struct  Field< VarType::Vector, PhiInterpType::Planes >
 
struct  Field< VarType::Vector2D, PhiInterpType::Planes >
 
struct  Field< VarType::Scalar, PhiInterpType::Planes >
 
struct  Field< VarType::Vector2D, PhiInterpType::None >
 
struct  Field< VarType::Vector, PhiInterpType::None >
 
struct  Field< VarType::Scalar, PhiInterpType::None >
 

Enumerations

enum  VarType { VarType::Vector, VarType::Vector2D, VarType::Scalar }
 

Functions

template<PhiInterpType PIT>
constexpr VarType vec2d_if_axisym ()
 
template<>
constexpr VarType vec2d_if_axisym< PhiInterpType::Planes > ()
 
template<>
constexpr VarType vec2d_if_axisym< PhiInterpType::None > ()
 

Enumeration Type Documentation

enum VarType
strong
Enumerator
Vector 
Vector2D 
Scalar 

Function Documentation

template<PhiInterpType PIT>
constexpr VarType vec2d_if_axisym ( )
template<>
constexpr VarType vec2d_if_axisym< PhiInterpType::None > ( )
template<>
constexpr VarType vec2d_if_axisym< PhiInterpType::Planes > ( )