|
SpECTRE
v2025.08.19
|
Tag representing a specific grid point index of a tensor. More...
#include <AtIndex.hpp>
Public Types | |
| using | tag = Tag |
| using | type = TensorMetafunctions::swap_type< ValueType, TensorType > |
Tag representing a specific grid point index of a tensor.
This tag replaces the Tensor data type with double so that it can be used with pointwise operations, e.g. in a Kokkos::parallel_for kernel.