SpECTRE
v2024.12.16
|
Conforming types register and deregister array elements with other parallel components. More...
#include <ElementRegistrar.hpp>
Classes | |
struct | test |
Conforming types register and deregister array elements with other parallel components.
For example, array elements may have to register and deregister with interpolators or observers when the elements get created and destroyed during AMR or migrated during load balancing. They may do so by sending messages to the parallel components that notify of the creation and destruction of the array elements.
Conforming classes have the following static member functions:
Here is an example implementation of this protocol: