#include <grid_field_pack.hpp>
|
KOKKOS_INLINE_FUNCTION void | gather (SimdVector &vec, int i_simd, double wp, const double(&rvec)[2], const double(&zvec)[2]) const |
|
KOKKOS_INLINE_FUNCTION void | gather (SimdVector &vec, int i_simd, double wp, const FieldWeights< GyroKin, PhiInterpType::None > &wts, const double(&rvec)[2], const double(&zvec)[2], const Field< VarType::Vector2D, PhiInterpType::None > &field2) const |
|
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 |
[in] | rvec,: | field correction |
[in] | zvec,: | field correction |
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 |
[in] | wts,: | field weights |
[in] | rvec,: | field correction |
[in] | zvec,: | field correction |
[in] | field2,: | the field info at another rho |
The documentation for this struct was generated from the following file: