SpECTRE  v2024.12.16
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
amr::Component< Metavariables > Struct Template Reference

A singleton parallel component to manage adaptive mesh refinement. More...

#include <Component.hpp>

Public Types

using metavariables = Metavariables
 
using chare_type = Parallel::Algorithms::Singleton
 
using const_global_cache_tags = implementation defined
 
using phase_dependent_action_list = implementation defined
 
using simple_tags_from_options = Parallel::get_simple_tags_from_options< Parallel::get_initialization_actions_list< phase_dependent_action_list > >
 

Static Public Member Functions

static void execute_next_phase (const Parallel::Phase next_phase, Parallel::CProxy_GlobalCache< Metavariables > &global_cache_proxy)
 

Detailed Description

template<class Metavariables>
struct amr::Component< Metavariables >

A singleton parallel component to manage adaptive mesh refinement.

Details

This component can be used for:

  • Running actions that create new elements. This may be necessary to work around Charm++ bugs, and may require the singleton to be placed on global processor 0.
  • As a reduction target to perform sanity checks after AMR, output AMR diagnostics, or determine when to trigger AMR.

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