#include <grid_structs.hpp>
KOKKOS_INLINE_FUNCTION void SimdGridVec::maxloc |
( |
Simd< int > & |
ml | ) |
const |
|
inline |
For vector of triangle weights, figure out which of the three vertices is most weighted (i.e. which the particles are closest to)
- Parameters
-
[out] | ml | Vector of indices 0, 1, or 2 indicating which vertex to use |
KOKKOS_INLINE_FUNCTION const Simd<double>& SimdGridVec::operator[] |
( |
int |
i | ) |
const |
|
inline |
KOKKOS_INLINE_FUNCTION Simd<double>& SimdGridVec::operator[] |
( |
int |
i | ) |
|
|
inline |
Simd<double> SimdGridVec::x[3] |
The documentation for this struct was generated from the following file: