concepts::FormulaPMLCartNew Class Referenceabstract
New class for Cartesian PML that gets rid of the equation coefficients in the PML structure. More...
#include <pml_formula.hh>
Public Types | |
enum | PMLMode { DXDX, DYDY, IDENT, DX, DY, ZERO } |
typedef Cmplx | value_type |
Public Member Functions | |
virtual FormulaPMLCartNew * | clone () const |
Virtual constructor. More... | |
virtual ElementFormula< Cmplx, typename Realtype< Cmplx >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
FormulaPMLCartNew (RCP< Formula< Real > > sigma_x, RCP< Formula< Real > > sigma_y, PMLMode mode) | |
Cmplx | gammaX (Real x) const |
Cmplx | gammaY (Real y) const |
virtual Cmplx | operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
virtual Cmplx | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
virtual Cmplx | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
template<class RealNd > | |
Cmplx | operator() (const ElementWithCell< Real > &elm, const RealNd &p, Real2d px, const Real t=0.0) const |
virtual Cmplx | operator() (const ElementWithCell< typename Realtype< Cmplx >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Cmplx | operator() (const ElementWithCell< typename Realtype< Cmplx >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Cmplx | operator() (const ElementWithCell< typename Realtype< Cmplx >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. 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 | |
PMLMode | mode_ |
RCP< Formula< Real > > | sigma_x_ |
RCP< Formula< Real > > | sigma_y_ |
Detailed Description
New class for Cartesian PML that gets rid of the equation coefficients in the PML structure.
Definition at line 553 of file pml_formula.hh.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Member Enumeration Documentation
◆ PMLMode
Enumerator | |
---|---|
DXDX | |
DYDY | |
IDENT | |
DX | |
DY | |
ZERO |
Definition at line 555 of file pml_formula.hh.
Constructor & Destructor Documentation
◆ FormulaPMLCartNew()
|
inline |
Definition at line 557 of file pml_formula.hh.
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Definition at line 565 of file pml_formula.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
◆ gammaX()
Definition at line 588 of file pml_formula.hh.
◆ gammaY()
Definition at line 592 of file pml_formula.hh.
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 612 of file pml_formula.hh.
◆ operator()() [1/7]
|
inlinevirtual |
Definition at line 579 of file pml_formula.hh.
◆ operator()() [2/7]
|
inlinevirtual |
Definition at line 574 of file pml_formula.hh.
◆ operator()() [3/7]
|
inlinevirtual |
Definition at line 569 of file pml_formula.hh.
◆ operator()() [4/7]
|
inline |
Definition at line 597 of file pml_formula.hh.
◆ operator()() [5/7]
|
pure virtualinherited |
◆ operator()() [6/7]
|
pure virtualinherited |
◆ operator()() [7/7]
|
pure virtualinherited |
◆ sigmax()
Definition at line 585 of file pml_formula.hh.
◆ sigmay()
Definition at line 586 of file pml_formula.hh.
Member Data Documentation
◆ mode_
|
private |
Definition at line 620 of file pml_formula.hh.
◆ sigma_x_
Definition at line 618 of file pml_formula.hh.
◆ sigma_y_
Definition at line 619 of file pml_formula.hh.
The documentation for this class was generated from the following file:
- waveprop/pml_formula.hh