|
SpECTRE
2021.08.02
|
Public Types | |
| using | initialization_tags = tmpl::list< domain::Tags::InitialExtents< 1 >, domain::Tags::InitialRefinementLevels< 1 > > |
| using | const_global_cache_tags = tmpl::list< Source > |
| using | simple_tags = tmpl::list< domain::Tags::Mesh< 1 >, domain::Tags::Element< 1 >, domain::Tags::Coordinates< 1, Frame::Logical >, fields_tag, sources_tag > |
| using | compute_tags = tmpl::list<> |
Static Public Member Functions | |
| template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ActionList , typename ParallelComponent > | |
| static auto | apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ElementId< 1 > &element_id, const ActionList, const ParallelComponent *const) noexcept |