#include <pml_formula.hh>
Public Member Functions | |
| CartesianPMLFormulas (const Real offset_x, const Real offset_y, const int power=2, const Real sigma0=5.0, const Real center_x=0, const Real center_y=0) | |
| ElementFormulaContainer< MapCmplx2d > | A () const |
| ElementFormulaContainer< Cmplx > | M () const |
| RCP< Formula< Real > > | sigmax () const |
| RCP< Formula< Real > > | sigmay () const |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const CartesianPMLFormulas &ca) |
Class for Cartesian PML
Definition at line 628 of file pml_formula.hh.
| concepts::CartesianPMLFormulas::CartesianPMLFormulas | ( | const Real | offset_x, |
| const Real | offset_y, | ||
| const int | power = 2, |
||
| const Real | sigma0 = 5.0, |
||
| const Real | center_x = 0, |
||
| const Real | center_y = 0 |
||
| ) |
Constructor
| offset_x | distance of PML interface to center |
| offset_y | distance of PML interface to center |
| power | PML exponent |
| sigma0 | PML strength |
| center_x | center of the domain in x |
| center_y | center of the domain in y |
|
inline |
Returns formula related to the bilinear form 
Definition at line 659 of file pml_formula.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inline |
Returns formula related to the bilinear form 
Definition at line 665 of file pml_formula.hh.
Definition at line 669 of file pml_formula.hh.
Definition at line 670 of file pml_formula.hh.
|
friend |
Definition at line 672 of file pml_formula.hh.