Package hedge :: Module discretization :: Class ExponentialFilterResponseFunction
[hide private]
[frames] | no frames]

Class ExponentialFilterResponseFunction

source code

A typical exponential-falloff mode response filter function.

See description in Section 5.6.1 of Hesthaven/Warburton.

Instance Methods [hide private]
 
__init__(self, min_amplification=0.1, order=6)
Construct the filter function.
source code
 
__call__(self, mode_idx, ldis) source code
Method Details [hide private]

__init__(self, min_amplification=0.1, order=6)
(Constructor)

source code 

Construct the filter function.

The amplification factor of the lowest-order (constant) mode is always 1.

Parameters:
  • min_amplification - The amplification factor applied to the highest mode.
  • order - The order of the filter. This controls how fast (or slowly) the min_amplification is reached.