|
SpECTRE
2021.08.02
|
Initialize the dynamic fields of the elliptic system, i.e. those we solve for. More...
#include <InitializeFields.hpp>
Public Types | |
| using | simple_tags = tmpl::list< fields_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 dynamic fields of the elliptic system, i.e. those we solve for.
Uses:
primal_fieldsInitialGuessTagTags::Coordinates<Dim, Frame::Inertial>DataBox:
primal_fieldsSetupDataBox aggregated initialization mechanism, so Actions::SetupDataBox must be present in the Initialization phase action list prior to this action.