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
Elasticity
SolveElasticityProblemFwd.hpp
1
// Distributed under the MIT License.
2
// See LICENSE.txt for details.
3
4
#pragma once
5
6
#include <
cstddef
>
7
8
/// \cond
9
namespace
Elasticity
{
10
template
<
size_t
Dim>
11
struct
FirstOrderSystem;
12
namespace
Solutions {
13
struct
BentBeam;
14
struct
HalfSpaceMirror;
15
}
// namespace Solutions
16
}
// namespace Elasticity
17
18
template
<
typename
System,
typename
InitialGuess,
typename
BoundaryConditions>
19
struct
Metavariables;
20
/// \endcond
Elasticity
Items related to solving elasticity problems.
Definition:
Equations.cpp:19
cstddef
© Copyright 2017 - 2020
SXS Collaboration
,
Distributed under the
MIT License