SpECTRE
v2023.09.07
|
Compile-time options for a Domain. More...
#include <Metavariables.hpp>
Classes | |
struct | test |
Compile-time options for a Domain.
A class conforming to this protocol is placed in the metavariables to choose compile-time options for creating domains. The conforming class must provide the following static member variables:
bool enable_time_dependent_maps
: Whether or not domains may have time-dependent maps. When set to true
domain creators may require additional input-file options related to the time dependence. When set to false
the domains are static, e.g. for elliptic problems.Here is an example of a class that conforms to this protocol: