SpECTRE
v2025.03.17
|
The trivial solution
#include <Zero.hpp>
Public Types | |
using | options = implementation defined |
Public Member Functions | |
Zero (const Zero &)=default | |
Zero & | operator= (const Zero &)=default |
Zero (Zero &&)=default | |
Zero & | operator= (Zero &&)=default |
std::unique_ptr< elliptic::analytic_data::AnalyticSolution > | get_clone () const override |
template<typename... RequestedTags> | |
tuples::TaggedTuple< RequestedTags... > | variables (const tnsr::I< DataVector, Dim > &x, tmpl::list< RequestedTags... >) const |
virtual std::unique_ptr< AnalyticSolution > | get_clone () const =0 |
Static Public Attributes | |
static constexpr Options::String | help |
The trivial solution
|
inlineoverridevirtual |
Implements elliptic::analytic_data::AnalyticSolution.
|
staticconstexpr |