SpECTRE
v2025.03.17
|
Initialize/update items related to time stepper history after an AMR change. More...
#include <Evolution.hpp>
Public Types | |
using | variables_tag = typename Metavariables::system::variables_tag |
using | dt_variables_tag = db::add_tag_prefix<::Tags::dt, variables_tag > |
using | history_tag = ::Tags::HistoryEvolvedVariables< variables_tag > |
using | return_tags = implementation defined |
using | argument_tags = implementation defined |
Static Public Member Functions | |
static void | apply (const gsl::not_null< typename dt_variables_tag::type * > dt_vars, const gsl::not_null< typename history_tag::type * > history, const Mesh< dim > &new_mesh, const ElementId< dim > &, const std::pair< Mesh< dim >, Element< dim > > &old_mesh_and_element) |
template<typename... Tags> | |
static void | apply (const gsl::not_null< typename dt_variables_tag::type * >, const gsl::not_null< typename history_tag::type * >, const Mesh< dim > &, const ElementId< dim > &, const tuples::TaggedTuple< Tags... > &) |
template<typename... Tags> | |
static void | apply (const gsl::not_null< typename dt_variables_tag::type * >, const gsl::not_null< typename history_tag::type * >, const Mesh< dim > &, const ElementId< dim > &, const std::unordered_map< ElementId< dim >, tuples::TaggedTuple< Tags... > > &) |
Static Public Attributes | |
static constexpr size_t | dim = Metavariables::volume_dim |
Initialize/update items related to time stepper history after an AMR change.