10 #include "PointwiseFunctions/AnalyticData/AnalyticData.hpp"
11 #include "Utilities/FakeVirtual.hpp"
13 #include "Utilities/TaggedTuple.hpp"
31 template <
size_t Dim,
typename Registrars>
48 using registrars = Registrars;
56 template <
typename DataType,
typename... RequestedTags>
58 const tnsr::I<DataType, Dim>& x,
59 tmpl::list<RequestedTags...> )
const noexcept {
65 this, [&x](
auto*
const derived) noexcept {
66 return derived->variables(x, tmpl::list<RequestedTags...>{});
Result call_with_dynamic_type(Base *const obj, Callable &&f) noexcept
Call a functor with the derived type of a base class pointer.
Definition: FakeVirtual.hpp:103
#define WRAPPED_PUPable_abstract(className)
Wraps the Charm++ macro, see the Charm++ documentation.
Definition: CharmPupable.hpp:41
An associative container that is indexed by structs.
Definition: TaggedTuple.hpp:271
Base class for analytic solutions of the Poisson equation.
Definition: AnalyticSolution.hpp:32
Provides analytic tensor data as a function of the spatial coordinates.
Definition: AnalyticData.hpp:30
tmpl::transform< tmpl::remove_duplicates< RegistrarList >, detail::registrant< tmpl::pin< tmpl::remove_duplicates< RegistrarList > >, tmpl::_1 > > registrants
Transform a list of registrars into the list of associated registrants. This is usually used to defin...
Definition: Registration.hpp:65
Items related to solving a Poisson equation .
Definition: Equations.cpp:16