SpECTRE  v2024.05.11
Initialization::ProjectTimeStepping< Dim > Struct Template Reference

Initialize/update items related to time stepping after an AMR change. More...

#include <Evolution.hpp>

Public Types

using return_tags = tmpl::list<::Tags::TimeStepId, ::Tags::Next<::Tags::TimeStepId >, ::Tags::TimeStep, ::Tags::Next<::Tags::TimeStep >, ::Tags::Time, ::Tags::AdaptiveSteppingDiagnostics >
 
using argument_tags = tmpl::list< Parallel::Tags::ArrayIndex >
 

Static Public Member Functions

static void apply (const gsl::not_null< TimeStepId * >, const gsl::not_null< TimeStepId * >, const gsl::not_null< TimeDelta * >, const gsl::not_null< TimeDelta * >, const gsl::not_null< double * >, const gsl::not_null< AdaptiveSteppingDiagnostics * >, const ElementId< Dim > &, const std::pair< Mesh< Dim >, Element< Dim > > &)
 
template<typename... Tags>
static void apply (const gsl::not_null< TimeStepId * > time_step_id, const gsl::not_null< TimeStepId * > next_time_step_id, const gsl::not_null< TimeDelta * > time_step, const gsl::not_null< TimeDelta * > next_time_step, const gsl::not_null< double * > time, const gsl::not_null< AdaptiveSteppingDiagnostics * > adaptive_stepping_diagnostics, const ElementId< Dim > &element_id, const tuples::TaggedTuple< Tags... > &parent_items)
 
template<typename... Tags>
static void apply (const gsl::not_null< TimeStepId * > time_step_id, const gsl::not_null< TimeStepId * > next_time_step_id, const gsl::not_null< TimeDelta * > time_step, const gsl::not_null< TimeDelta * > next_time_step, const gsl::not_null< double * > time, const gsl::not_null< AdaptiveSteppingDiagnostics * > adaptive_stepping_diagnostics, const ElementId< Dim > &, const std::unordered_map< ElementId< Dim >, tuples::TaggedTuple< Tags... > > &children_items)
 

Detailed Description

template<size_t Dim>
struct Initialization::ProjectTimeStepping< Dim >

Initialize/update items related to time stepping after an AMR change.


The documentation for this struct was generated from the following file: