|
SpECTRE
2021.08.02
|
Initialize the "fixed sources" of the elliptic equations, i.e. their variable-independent source term \(f(x)\). More...
#include <InitializeFixedSources.hpp>
Public Types | |
| using | const_global_cache_tags = tmpl::list< elliptic::dg::Tags::Massive > |
| using | simple_tags = tmpl::list< fixed_sources_tag > |
| using | compute_tags = tmpl::list<> |
Static Public Member Functions | |
| template<typename DbTagsList , typename... InboxTags, typename Metavariables , size_t Dim, typename ActionList , typename ParallelComponent > | |
| static std::tuple< db::DataBox< DbTagsList > && > | apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ElementId< Dim > &, const ActionList, const ParallelComponent *const) noexcept |
Initialize the "fixed sources" of the elliptic equations, i.e. their variable-independent source term \(f(x)\).
This action initializes \(f(x)\) in an elliptic system of PDEs \(-div(F) + S = f(x)\).
Uses:
primal_fieldsBackgroundTagTags::Coordinates<Dim, Frame::Inertial>DataBox:
db::wrap_tags_in<Tags::FixedSource, primal_fields>SetupDataBox aggregated initialization mechanism, so Actions::SetupDataBox must be present in the Initialization phase action list prior to this action.