XGC1
Public Member Functions | Public Attributes | List of all members
SimdPhase Struct Reference

#include <particles.hpp>

Collaboration diagram for SimdPhase:
Collaboration graph
[legend]

Public Member Functions

KOKKOS_INLINE_FUNCTION SimdVector2Dx ()
 
KOKKOS_INLINE_FUNCTION const SimdVector2Dx () const
 
KOKKOS_INLINE_FUNCTION SimdVectorv ()
 
KOKKOS_INLINE_FUNCTION const SimdVectorv () const
 

Public Attributes

Simd< double > r
 Cylindrical coordinate R (major radial direction) More...
 
Simd< double > z
 Cylindrical coordinate Z. More...
 
Simd< double > phi
 Cylindrical coordinate phi (toroidal direction) More...
 
Simd< double > rho
 m*v_para/(q*B) - A_para^h/B (should it be plus or minus?) More...
 
Simd< double > w1
 delta-f weight More...
 
Simd< double > w2
 (1 - background distribution)/f0 More...
 

Member Function Documentation

◆ v() [1/2]

KOKKOS_INLINE_FUNCTION SimdVector& SimdPhase::v ( )
inline
Here is the caller graph for this function:

◆ v() [2/2]

KOKKOS_INLINE_FUNCTION const SimdVector& SimdPhase::v ( ) const
inline

◆ x() [1/2]

KOKKOS_INLINE_FUNCTION SimdVector2D& SimdPhase::x ( )
inline
Here is the caller graph for this function:

◆ x() [2/2]

KOKKOS_INLINE_FUNCTION const SimdVector2D& SimdPhase::x ( ) const
inline

Member Data Documentation

◆ phi

Simd<double> SimdPhase::phi

Cylindrical coordinate phi (toroidal direction)

◆ r

Simd<double> SimdPhase::r

Cylindrical coordinate R (major radial direction)

◆ rho

Simd<double> SimdPhase::rho

m*v_para/(q*B) - A_para^h/B (should it be plus or minus?)

◆ w1

Simd<double> SimdPhase::w1

delta-f weight

◆ w2

Simd<double> SimdPhase::w2

(1 - background distribution)/f0

◆ z

Simd<double> SimdPhase::z

Cylindrical coordinate Z.


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