XGCa
|
#include <grid_field_pack.hpp>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION void | gather (Simd< double > &sca, int i_simd, double wp, const double(&wphi)[2]) const |
KOKKOS_INLINE_FUNCTION void | gather (Simd< double > &sca, int i_simd, double wp, const FieldWeights< GyroKin, PhiInterpType::Planes > &wts, const Field< VarType::Scalar, PhiInterpType::Planes > &field2) const |
Public Attributes | |
double | S [2] |
|
inline |
Gathers field info from a grid point
[out] | sca,: | scalar to be gathered into |
[in] | i_simd,: | which vector index |
[in] | wp,: | triangle vertex weight |
[in] | wphi,: | plane weight |
|
inline |
Gathers field info from a grid point
[out] | sca,: | scalar to be gathered into |
[in] | i_simd,: | which vector index |
[in] | wp,: | triangle vertex weight |
[in] | wphi,: | plane weight |
[in] | field2,: | the field info at another rho |
double Field< VarType::Scalar, PhiInterpType::Planes >::S[2] |