SpECTRE  v2024.05.11
Cce::Actions::FilterSwshVolumeQuantity< BondiTag > Struct Template Reference

Filters the spherical volume data stored in BondiTag according to the filter parameters in the Parallel::GlobalCache. More...

#include <FilterSwshVolumeQuantity.hpp>

Public Types

using const_global_cache_tags = tmpl::list< Tags::FilterLMax, Tags::RadialFilterAlpha, Tags::RadialFilterHalfPower >
 

Static Public Member Functions

template<typename DbTags , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ActionList , typename ParallelComponent >
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)
 

Detailed Description

template<typename BondiTag>
struct Cce::Actions::FilterSwshVolumeQuantity< BondiTag >

Filters the spherical volume data stored in BondiTag according to the filter parameters in the Parallel::GlobalCache.

Details

This action dispatches to the function filter_swsh_volume_quantity() to perform the mathematics of the filtering

Uses:

  • DataBox:
  • GlobalCache:
    • InitializationTags::FilterLMax
    • InitializationTags::RadialFilterAlpha
    • InitializationTags::RadialFilterHalfPower DataBox changes:
  • Adds: nothing
  • Removes: nothing
  • Modifies: BondiTag

The documentation for this struct was generated from the following file: