SpECTRE
v2025.03.17
|
A solution to the Poisson equation with a discontinuous first derivative. More...
#include <Moustache.hpp>
Public Types | |
using | options = implementation defined |
Public Member Functions | |
Moustache (const Moustache &)=default | |
Moustache & | operator= (const Moustache &)=default |
Moustache (Moustache &&)=default | |
Moustache & | operator= (Moustache &&)=default |
std::unique_ptr< elliptic::analytic_data::AnalyticSolution > | get_clone () const override |
template<typename DataType , typename... RequestedTags> | |
tuples::TaggedTuple< RequestedTags... > | variables (const tnsr::I< DataType, Dim > &x, tmpl::list< RequestedTags... >) const |
virtual std::unique_ptr< AnalyticSolution > | get_clone () const =0 |
Static Public Attributes | |
static constexpr Options::String | help |
A solution to the Poisson equation with a discontinuous first derivative.
This implements the solution
The corresponding source
This solution is taken from [185].
|
inlineoverridevirtual |
Implements elliptic::analytic_data::AnalyticSolution.
|
staticconstexpr |