|
SpECTRE
2021.08.02
|
Initialize mortars between elements for exchanging boundary correction terms. More...
#include <Mortars.hpp>
Public Types | |
| using | Key = std::pair< Direction< Dim >, ElementId< Dim > > |
| template<typename MappedType > | |
| using | MortarMap = std::unordered_map< Key, MappedType, boost::hash< Key > > |
| using | initialization_tags = tmpl::list<::domain::Tags::InitialExtents< Dim >, evolution::dg::Tags::Quadrature > |
| using | simple_tags = tmpl::list< Tags::MortarData< Dim >, Tags::MortarMesh< Dim >, Tags::MortarSize< Dim >, Tags::MortarNextTemporalId< Dim >, evolution::dg::Tags::NormalCovectorAndMagnitude< Dim >, Tags::MortarDataHistory< Dim, typename db::add_tag_prefix< ::Tags::dt, typename System::variables_tag >::type > > |
| using | compute_tags = tmpl::list<> |
Static Public Member Functions | |
| template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ActionList , typename ParallelComponent > | |
| static auto | apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, ActionList, const ParallelComponent *const) noexcept |
Initialize mortars between elements for exchanging boundary correction terms.
Uses:
Tags::Element<Dim>Tags::Mesh<Dim>BoundaryScheme::receive_temporal_idDataBox changes: