SpECTRE
v2024.12.16
|
Subclasses represent analytic solutions of elliptic systems. More...
#include <AnalyticSolution.hpp>
Public Member Functions | |
virtual std::unique_ptr< AnalyticSolution > | get_clone () const =0 |
Subclasses represent analytic solutions of elliptic systems.
Subclasses must define the compile-time interfaces of both elliptic::analytic_data::InitialGuess
and elliptic::analytic_data::Background
.
The combined set of system variables and background fields must solve the elliptic PDEs. Subclasses must list all additional requirements needed so they solve the elliptic PDEs in the class documentation and in their option help-string.