|
SpECTRE
v2026.04.01
|
A singleton parallel component to manage adaptive mesh refinement. More...
#include <Component.hpp>
Public Types | |
| using | metavariables = Metavariables |
| using | ElementArray = typename metavariables::amr::element_array |
| using | chare_type = Parallel::Algorithms::Singleton |
| using | const_global_cache_tags |
| using | phase_dependent_action_list |
| using | simple_tags_from_options |
Static Public Member Functions | |
| static void | execute_next_phase (const Parallel::Phase next_phase, Parallel::CProxy_GlobalCache< Metavariables > &global_cache_proxy) |
Static Public Attributes | |
| static constexpr size_t | volume_dim = Metavariables::volume_dim |
| static constexpr bool | checkpoint_data = true |
A singleton parallel component to manage adaptive mesh refinement.
This component can be used for:
| using amr::Component< Metavariables >::const_global_cache_tags |
| using amr::Component< Metavariables >::phase_dependent_action_list |
| using amr::Component< Metavariables >::simple_tags_from_options |