SpECTRE
v2024.09.29
|
Initialize items related to adaptive mesh refinement. More...
#include <Initialize.hpp>
Public Types | |
using | const_global_cache_tags = tmpl::list<> |
using | mutable_global_cache_tags = tmpl::list<> |
using | simple_tags_from_options = tmpl::list<> |
using | argument_tags = tmpl::list<> |
using | return_tags = tmpl::list< amr::Tags::Info< Dim > > |
using | simple_tags = tmpl::push_back< return_tags, amr::Tags::NeighborInfo< Dim > > |
using | compute_tags = tmpl::list<> |
Static Public Member Functions | |
static void | apply (const gsl::not_null< amr::Info< Dim > * > amr_info) |
Given the items fetched from a DataBox by the argument_tags, mutate the items in the DataBox corresponding to return_tags. | |
Initialize items related to adaptive mesh refinement.