#include <pml_formula.hh>
Public Member Functions | |
RadialPMLFormulas (const Real offset, const int power=2, const Real sigma0=5.0, const Real2d ¢er=Real2d(0, 0)) | |
ElementFormulaContainer< MapCmplx2d > | A () const |
ElementFormulaContainer< Cmplx > | M () const |
RCP< Formula< Real > > | sigma () const |
RCP< Formula< Real > > | sigmaB () const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Class for providing the formulas in bilinear forms coming from the PML transformation of the radial PML (in 2D).
Definition at line 497 of file pml_formula.hh.
concepts::RadialPMLFormulas::RadialPMLFormulas | ( | const Real | offset, |
const int | power = 2 , |
||
const Real | sigma0 = 5.0 , |
||
const Real2d & | center = Real2d(0, 0) |
||
) |
Constructor
offset | distance of PML interface to center of circular domain |
power | PML exponent |
sigma0 | PML strength |
center | center of the circular domain |
|
inline |
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inline |
Definition at line 525 of file pml_formula.hh.
Definition at line 526 of file pml_formula.hh.