|
|
| Zero (const Zero &) noexcept=default |
| |
|
Zero & | operator= (const Zero &) noexcept=default |
| |
|
| Zero (Zero &&) noexcept=default |
| |
|
Zero & | operator= (Zero &&) noexcept=default |
| |
|
template<typename DataType , typename... RequestedTags> |
| tuples::TaggedTuple< RequestedTags... > | variables (const tnsr::I< DataType, Dim > &x, tmpl::list< RequestedTags... >) const noexcept |
| | Retrieve a collection of variables at coordinates x
|
| |
|
void | pup (PUP::er &) noexcept override |
| |
template<size_t Dim, typename Registrars = tmpl::list<Solutions::Registrars::Zero<Dim>>>
class Elasticity::Solutions::Zero< Dim, Registrars >
The trivial solution \(\xi^i(x)=0\) of the Elasticity equations. Useful as initial guess.
- Note
- This class derives off
AnalyticData because, while it is technically an analytic solution, it will only be used as initial guess and thus doesn't need to implement the additional requirements of the Elasticity::Solutions::AnalyticSolution base class. In particular, it doesn't need to provide a constitutive relation.