SpECTRE
v2024.09.29
|
Compile-time information for AMR projectors. More...
#include <AmrMetavariables.hpp>
Classes | |
struct | test |
Compile-time information for AMR projectors.
A class conforming to this protocol is placed in the metavariables to provide the following:
element_array
: The array component on which AMR is performed.projectors
: A type list of AMR projectors (each of which must conform to amr::protocols::Projector) that will be applied by:Here is an example for a class conforming to this protocol: