|
SpECTRE
v2026.04.01
|
Conforming types provide compile-time information for registering and deregistering array elements with other parallel components. More...
#include <RegistrationMetavariables.hpp>
Classes | |
| struct | test |
Conforming types provide compile-time information for registering and deregistering array elements with other parallel components.
A class conforming to this protocol is placed in the metavariables to provide a list of element registrars for each array parallel component. The element registrars in the list must conform to the Parallel::protocols::ElementRegistrar protocol.
The class conforming to this protocol must provide the following type alias:
Here is an example implementation of this protocol: