SpECTRE  v2025.08.19
Tags::AtIndex< Tag > Struct Template Reference

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 >
 

Detailed Description

template<typename Tag>
struct Tags::AtIndex< Tag >

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.


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