#include <pml_mapping_functions.h>
Public Member Functions | |
UniaxialPMLMapping () | |
Default constructor (empty) More... | |
virtual std::complex< double > | dtransformed_nu_dnu (const double &nu, const double &delta, const double &wavenumber_squared, const double &alpha_shift=0.0)=0 |
Pure virtual to return Pml mapping gamma, where gamma is the ![]() ![]() ![]() | |
virtual std::complex< double > | transformed_nu (const double &nu, const double &delta, const double &wavenumber_squared, const double &alpha_shift=0.0)=0 |
Class to hold the mapping function (gamma) for the Pml which defines how the coordinates are transformed in the Pml. This class holds the one dimensional or uniaxial case which is the most common
Definition at line 49 of file pml_mapping_functions.h.
|
inline |
Default constructor (empty)
Definition at line 55 of file pml_mapping_functions.h.
References dtransformed_nu_dnu(), and transformed_nu().
|
pure virtual |
Pure virtual to return Pml mapping gamma, where gamma is the as function of
where
where h is the vector from the origin to the start of the Pml.
Implemented in oomph::ScaleFreeBermudezPMLMapping, oomph::C1BermudezPMLMapping, and oomph::BermudezPMLMapping.
Referenced by UniaxialPMLMapping().
|
pure virtual |
Implemented in oomph::ScaleFreeBermudezPMLMapping, oomph::C1BermudezPMLMapping, and oomph::BermudezPMLMapping.
Referenced by UniaxialPMLMapping().