SpECTRE
v2025.03.17
|
Initialize the "fixed sources" of the elliptic equations, i.e. their variable-independent source term
#include <InitializeFixedSources.hpp>
Static Public Member Functions | |
template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ActionList , typename ParallelComponent > | |
static Parallel::iterable_action_return_t | apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ElementId< Dim > &, const ActionList, const ParallelComponent *const) |
template<typename Background , typename Metavariables , typename... AmrData> | |
static void | apply (const gsl::not_null< typename fixed_sources_tag::type * > fixed_sources, const tnsr::I< DataVector, Dim > &inertial_coords, const Background &background, const bool massive, const Mesh< Dim > &mesh, const Scalar< DataVector > &det_inv_jacobian, const Metavariables &, const AmrData &...) |
Initialize the "fixed sources" of the elliptic equations, i.e. their variable-independent source term
This action initializes
Uses:
primal_fields
BackgroundTag
Tags::Coordinates<Dim, Frame::Inertial>
DataBox:
db::wrap_tags_in<::Tags::FixedSource, primal_fields>