concepts::CartesianPMLFormulas Class Reference
Class for Cartesian PML. More...
#include <pml_formula.hh>
Public Member Functions | |
ElementFormulaContainer< MapCmplx2d > | A () const |
Returns formula related to the bilinear form . More... | |
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. More... | |
ElementFormulaContainer< Cmplx > | M () const |
Returns formula related to the bilinear form . More... | |
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. More... | |
Private Attributes | |
MatrixElementFormula< Cmplx, 2 > | A_ |
Formula related to the bilinear form . More... | |
FormulaPMLCartNew | M_ |
Formula related to the bilinear form . More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const CartesianPMLFormulas &ca) |
Detailed Description
Class for Cartesian PML.
Definition at line 628 of file pml_formula.hh.
Constructor & Destructor Documentation
◆ CartesianPMLFormulas()
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.
- Parameters
-
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
Member Function Documentation
◆ A()
|
inline |
Returns formula related to the bilinear form .
Definition at line 659 of file pml_formula.hh.
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ M()
|
inline |
Returns formula related to the bilinear form .
Definition at line 665 of file pml_formula.hh.
◆ sigmax()
Definition at line 669 of file pml_formula.hh.
◆ sigmay()
Definition at line 670 of file pml_formula.hh.
Friends And Related Function Documentation
◆ operator<<
|
friend |
Definition at line 672 of file pml_formula.hh.
Member Data Documentation
◆ A_
|
private |
Formula related to the bilinear form
.
Definition at line 634 of file pml_formula.hh.
◆ M_
|
private |
Formula related to the bilinear form .
Definition at line 638 of file pml_formula.hh.
The documentation for this class was generated from the following file:
- waveprop/pml_formula.hh