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
src
PointwiseFunctions
AnalyticSolutions
Hydro
Solutions.hpp
1
// Distributed under the MIT License.
2
// See LICENSE.txt for details.
3
4
#pragma once
5
6
namespace
hydro
{
7
/*!
8
* \ingroup AnalyticSolutionsGroup
9
* \brief Holds classes implementing common portions of solutions to various
10
* different (magneto)hydrodynamical systems.
11
*
12
* For example, an advecting sinusoidal density profile is a solution to
13
* Newtonian Euler, relativistic Euler, and GRMHD, so the common parts of the
14
* solution is implemented here.
15
*/
16
namespace
Solutions {}
17
}
// namespace hydro
hydro
Items related to hydrodynamic systems.
Definition:
SmoothFlow.hpp:19
© Copyright 2017 - 2020
SXS Collaboration
,
Distributed under the
MIT License