#include <pml_formula.hh>
Public Types | |
enum | PMLMode { DXDX , DYDY , IDENT , DX , DY , ZERO } |
typedef Cmplx | value_type |
Public Member Functions | |
FormulaPMLCartNew (RCP< Formula< Real > > sigma_x, RCP< Formula< Real > > sigma_y, PMLMode mode) | |
virtual FormulaPMLCartNew * | clone () const |
Virtual copy constructor. | |
virtual Cmplx | operator() (const ElementWithCell< Real > &elm, const Real3d &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 Real p, const Real t=0.0) const |
RCP< Formula< Real > > | sigmax () const |
RCP< Formula< Real > > | sigmay () const |
Cmplx | gammaX (Real x) const |
Cmplx | gammaY (Real y) 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 |
virtual Cmplx | operator() (const ElementWithCell< typename Realtype< Cmplx >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
virtual Cmplx | operator() (const ElementWithCell< typename Realtype< Cmplx >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
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.
|
inherited |
Definition at line 37 of file elementFormula.hh.
enum concepts::FormulaPMLCartNew::PMLMode |
Definition at line 555 of file pml_formula.hh.
|
inline |
Definition at line 557 of file pml_formula.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< Cmplx >.
Definition at line 565 of file pml_formula.hh.
Definition at line 588 of file pml_formula.hh.
Definition at line 592 of file pml_formula.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 612 of file pml_formula.hh.
|
inlinevirtual |
Definition at line 579 of file pml_formula.hh.
|
inlinevirtual |
Definition at line 574 of file pml_formula.hh.
|
inlinevirtual |
Definition at line 569 of file pml_formula.hh.
|
inline |
Definition at line 597 of file pml_formula.hh.
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
Definition at line 585 of file pml_formula.hh.
Definition at line 586 of file pml_formula.hh.