SpECTRE
v2025.03.17
|
Invoked on the Interpolator
ParallelComponent to deregister an element with the Interpolator
.
More...
#include <InterpolatorRegisterElement.hpp>
Static Public Member Functions | |
template<typename ParallelComponent , typename DbTags , typename Metavariables , typename ArrayIndex > | |
static void | apply (db::DataBox< DbTags > &box, const Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &, const ElementId< Metavariables::volume_dim > &element_id) |
Invoked on the Interpolator
ParallelComponent to deregister an element with the Interpolator
.
This is called by RegisterElementWithInterpolator
below.
Uses: nothing
DataBox changes:
For requirements on Metavariables, see InterpolationTarget
.