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
Elliptic
Executables
Poisson
SolvePoissonProblemFwd.hpp
1
// Distributed under the MIT License.
2
// See LICENSE.txt for details.
3
4
#pragma once
5
6
#include <
cstddef
>
7
8
#include "Elliptic/Systems/Poisson/Geometry.hpp"
9
10
/// \cond
11
namespace
Poisson
{
12
template
<
size_t
Dim, Geometry BackgroundGeometry>
13
struct
FirstOrderSystem;
14
namespace
Solutions {
15
template
<
size_t
Dim>
16
struct
Lorentzian;
17
template
<
size_t
Dim>
18
struct
Moustache;
19
template
<
size_t
Dim>
20
struct
ProductOfSinusoids;
21
}
// namespace Solutions
22
}
// namespace Poisson
23
24
template
<
typename
System,
typename
InitialGuess,
typename
BoundaryConditions>
25
struct
Metavariables;
26
/// \endcond
cstddef
Poisson
Items related to solving a Poisson equation .
Definition:
Equations.cpp:15
© Copyright 2017 - 2020
SXS Collaboration
,
Distributed under the
MIT License