SpECTRE  v2024.05.11
amr::protocols::AmrMetavariables Struct Reference

Compile-time information for AMR projectors. More...

#include <AmrMetavariables.hpp>

Classes

struct  test
 

Detailed Description

Compile-time information for AMR projectors.

A class conforming to this protocol is placed in the metavariables to provide the following:

Here is an example for a class conforming to this protocol:

struct amr : tt::ConformsTo<::amr::protocols::AmrMetavariables> {
using element_array = ElementArray;
using projectors =
tmpl::list<Initialization::ProjectTimeStepping<1>,
};
Items for adaptive mesh refinement.
Definition: Amr.hpp:8
Initialize/update items related to coordinate maps after an AMR change.
Definition: DgDomain.hpp:167
Indicate a class conforms to the Protocol.
Definition: ProtocolHelpers.hpp:22

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