XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Field< VarType::Scalar, PhiInterpType::None > Struct Template Reference

#include <field.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION void gather (Simd< double > &sca, int i_simd, double wp)
 
KOKKOS_INLINE_FUNCTION void scatter (const FieldWeights< DriftKin, PhiInterpType::None > &wts, double wp)
 
KOKKOS_INLINE_FUNCTION void scatter (const FieldWeights< GyroKin, PhiInterpType::None > &wts, double wp, Field< VarType::Scalar, PhiInterpType::None > &field2)
 
KOKKOS_INLINE_FUNCTION void operator+= (const Field< VarType::Scalar, PhiInterpType::None > &rhs)
 
KOKKOS_INLINE_FUNCTION operator double () const
 
KOKKOS_INLINE_FUNCTION void operator= (const double val)
 
KOKKOS_INLINE_FUNCTION void operator+= (const double val)
 

Static Public Member Functions

static constexpr int NDIM ()
 
static constexpr int NPHI ()
 
static constexpr int SIZE ()
 

Public Attributes

double S
 

Static Public Attributes

static constexpr PhiInterpType PIT = PhiInterpType::None
 
static constexpr VarType VT = VarType::Scalar
 

Member Function Documentation

KOKKOS_INLINE_FUNCTION void Field< VarType::Scalar, PhiInterpType::None >::gather ( Simd< double > &  sca,
int  i_simd,
double  wp 
)
inline
Gathers field info from a grid point
Parameters
[out]vec,:vector to be gathered into
[in]i_simd,:which vector index
[in]wp,:triangle vertex weight
static constexpr int Field< VarType::Scalar, PhiInterpType::None >::NDIM ( )
inlinestatic
static constexpr int Field< VarType::Scalar, PhiInterpType::None >::NPHI ( )
inlinestatic
KOKKOS_INLINE_FUNCTION Field< VarType::Scalar, PhiInterpType::None >::operator double ( ) const
inlineexplicit
KOKKOS_INLINE_FUNCTION void Field< VarType::Scalar, PhiInterpType::None >::operator+= ( const Field< VarType::Scalar, PhiInterpType::None > &  rhs)
inline
KOKKOS_INLINE_FUNCTION void Field< VarType::Scalar, PhiInterpType::None >::operator+= ( const double  val)
inline
KOKKOS_INLINE_FUNCTION void Field< VarType::Scalar, PhiInterpType::None >::operator= ( const double  val)
inline
KOKKOS_INLINE_FUNCTION void Field< VarType::Scalar, PhiInterpType::None >::scatter ( const FieldWeights< DriftKin, PhiInterpType::None > &  wts,
double  wp 
)
inline

Here is the call graph for this function:

KOKKOS_INLINE_FUNCTION void Field< VarType::Scalar, PhiInterpType::None >::scatter ( const FieldWeights< GyroKin, PhiInterpType::None > &  wts,
double  wp,
Field< VarType::Scalar, PhiInterpType::None > &  field2 
)
inline

Here is the call graph for this function:

static constexpr int Field< VarType::Scalar, PhiInterpType::None >::SIZE ( )
inlinestatic

Member Data Documentation


The documentation for this struct was generated from the following file: