|
SpECTRE
v2025.08.19
|
Applies a filter to the specified tags. More...
#include <FilterAction.hpp>
Public Types | |
| using | const_global_cache_tags = tmpl::list<::Filters::Tags::Filter< FilterType > > |
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 > &cache, const ArrayIndex &, const ActionList, const ParallelComponent *const) |
Applies a filter to the specified tags.
If different Filters are desired for different tags then multiple Filter actions must be inserted into the action list with different FilterType. Here is an example of an action list with two different exponential filters:
Uses:
FilterTags::MeshTagsToFiltervolume_dimvariables_tag