A mapping function proposed by Bermudez et al, similar to the one above but is continuous across the inner Pml boundary appears to be the best for TimeHarmonicLinearElasticity and so this will be the default mapping. More...
#include <pml_mapping_functions.h>
Public Member Functions | |
ContinuousBermudezPMLMapping () | |
Default constructor (empty) More... | |
std::complex< double > | gamma (const double &nu_i, const double &pml_width_i, const double &wavenumber_squared, const double &alpha_shift=0.0) |
Overwrite the pure Pml mapping coefficient function to return the coeffcients proposed by Bermudez et al. More... | |
Public Member Functions inherited from oomph::PMLMapping | |
PMLMapping () | |
Default constructor (empty) More... | |
A mapping function proposed by Bermudez et al, similar to the one above but is continuous across the inner Pml boundary appears to be the best for TimeHarmonicLinearElasticity and so this will be the default mapping.
Definition at line 90 of file pml_mapping_functions.h.
|
inline |
Default constructor (empty)
Definition at line 94 of file pml_mapping_functions.h.
|
inlinevirtual |
Overwrite the pure Pml mapping coefficient function to return the coeffcients proposed by Bermudez et al.
return
Implements oomph::PMLMapping.
Definition at line 98 of file pml_mapping_functions.h.
References oomph::MathematicalConstants::I().