SpECTRE  v2024.04.12
Filters::Exponential< FilterIndex >::HalfPower Struct Reference

Half of the exponent in the exponential. More...

#include <ExponentialFilter.hpp>

Public Types

using type = unsigned
 

Static Public Member Functions

static type lower_bound ()
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

template<size_t FilterIndex>
struct Filters::Exponential< FilterIndex >::HalfPower

Half of the exponent in the exponential.

\begin{align*} c_i\to c_i \exp\left[-\alpha \left(\frac{i}{N}\right)^{2m}\right] \end{align*}

Member Data Documentation

◆ help

template<size_t FilterIndex>
constexpr Options::String Filters::Exponential< FilterIndex >::HalfPower::help
staticconstexpr
Initial value:
=
"Half of the exponent in the generalized Gaussian"

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