SpECTRE
v2021.01.11
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
Actions
SystemType.hpp
1
// Distributed under the MIT License.
2
// See LICENSE.txt for details.
3
4
#pragma once
5
6
#include <
iosfwd
>
7
8
namespace
TestHelpers::evolution::dg::Actions {
9
enum
SystemType { Conservative, Nonconservative, Mixed };
10
11
std::ostream
& operator<<(
std::ostream
& os, SystemType t) noexcept;
12
}
// namespace TestHelpers::evolution::dg::Actions
iosfwd
std::ostream
© Copyright 2017 - 2020
SXS Collaboration
,
Distributed under the
MIT License