SpECTRE  v2024.03.19
Filters::Tags::Filter< FilterType > Struct Template Reference

The global cache tag for the filter. More...

#include <Filter.hpp>

Public Types

using type = FilterType
 
template<typename Metavariables >
using option_tags = tmpl::list<::OptionTags::Filter< FilterType >, domain::OptionTags::DomainCreator< Metavariables::volume_dim > >
 

Static Public Member Functions

template<typename Metavariables >
static FilterType create_from_options (const FilterType &filter, const std::unique_ptr< DomainCreator< Metavariables::volume_dim > > &domain_creator)
 

Static Public Attributes

static constexpr bool pass_metavariables = true
 

Detailed Description

template<typename FilterType>
struct Filters::Tags::Filter< FilterType >

The global cache tag for the filter.

Also checks if the specified blocks are actually in the domain.


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