6 #include "DataStructures/DataBox/Tag.hpp"
15 namespace TestHelpers::Tags {
17 template <
typename VectorType = DataVector>
19 using type = tnsr::I<VectorType, 3>;
23 template <
typename VectorType = DataVector>
25 using type = tnsr::i<VectorType, 3>;
28 template <
typename VectorType = DataVector>
33 template <
typename VectorType = DataVector>
38 template <
typename VectorType = DataVector>
40 using type = tnsr::iJ<VectorType, 3>;
46 using type =
typename Tag::type;
53 using type =
typename Tag::type;
59 using type =
typename Tag::type;
65 using type =
typename Tag::type;
Mark a struct as a prefix tag by inheriting from this.
Definition: Tag.hpp:103
Mark a struct as a simple tag by inheriting from this.
Definition: Tag.hpp:36
Stores a collection of function values.
Definition: DataVector.hpp:46