|
SpECTRE
v2026.06.09.01
|
Applies the element's spectral volume filter to the evolved variables. More...
#include <SpectralFilter.hpp>
Static Public Member Functions | |
| template<typename DbTags, typename... InboxTags, typename ArrayIndex, typename ActionList, typename ParallelComponent, typename Metavariables> | |
| static Parallel::iterable_action_return_t | apply (db::DataBox< DbTags > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const ActionList, const ParallelComponent *const) |
Applies the element's spectral volume filter to the evolved variables.
Retrieves the per-element filter from Filters::Tags::SpectralFilter from the DataBox and applies the volume filter.
The filter is skipped when:
The grid-to-inertial Jacobian and its inverse are only retrieved from the DataBox when Filters::Filter::need_jacobians() returns true; otherwise std::nullopt is passed for both arguments.
Uses: