A mapping function propsed by Bermudez et al, appears to be the best for the Helmholtz equations and so this will be the default mapping (see definition of PmlHelmholtzEquations) More...
#include <pml_mapping_functions.h>
Public Member Functions | |
BermudezPMLMapping () | |
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 propsed by Bermudez et al, appears to be the best for the Helmholtz equations and so this will be the default mapping (see definition of PmlHelmholtzEquations)
Definition at line 65 of file pml_mapping_functions.h.
|
inline |
Default constructor (empty)
Definition at line 69 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 73 of file pml_mapping_functions.h.
References oomph::MathematicalConstants::I().