SpECTRE
v2021.04.06
Documentation
Introduction
Releases
Installation
User Tutorials
Dev Guide
Code of Conduct
Contributing Guide
Code Reference
Topics
Namespaces
Files
Bibliography
View on GitHub
tests
Unit
Helpers
Evolution
DiscontinuousGalerkin
Range.hpp
1
// Distributed under the MIT License.
2
// See LICENSE.txt for details.
3
4
#pragma once
5
6
#include <
array
>
7
8
namespace
TestHelpers::evolution::dg::Tags
{
9
10
/// Tag for a `TaggedTuple` that holds the range of validity for the variable
11
/// associated with `Tag`.
12
template
<
typename
Tag>
13
struct
Range
{
14
using
tag = Tag;
15
using
type
=
std::array<double, 2>
;
16
};
17
18
}
// namespace TestHelpers::evolution::dg::Tags
TestHelpers::evolution::dg::Tags::Range
Tag for a TaggedTuple that holds the range of validity for the variable associated with Tag.
Definition:
Range.hpp:13
TestHelpers::evolution::dg::Tags
Tags for testing DG code.
Definition:
BoundaryConditions.hpp:45
array
© Copyright 2017 - 2021
SXS Collaboration
,
Distributed under the
MIT License