#include <pml_formula.hh>
Public Types | |
enum | PMLMode { M1 , M2 , M3 , M4 , IDENT } |
typedef Cmplx | value_type |
Public Member Functions | |
FormulaPMLHamburger (const Real R_, const Real d_, const int power_, const Real sigma0_, const Real center_x_, const Real center_y_, PMLMode mode_) | |
virtual FormulaPMLHamburger * | 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 |
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. | |
Class providing the formulas for hamburger PML
Definition at line 687 of file pml_formula.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
enum concepts::FormulaPMLHamburger::PMLMode |
Definition at line 689 of file pml_formula.hh.
|
inline |
Definition at line 727 of file pml_formula.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< Cmplx >.
Definition at line 762 of file pml_formula.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 806 of file pml_formula.hh.
|
inlinevirtual |
Definition at line 778 of file pml_formula.hh.
|
inlinevirtual |
Definition at line 772 of file pml_formula.hh.
|
inlinevirtual |
Definition at line 766 of file pml_formula.hh.
|
inline |
Definition at line 786 of file pml_formula.hh.
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |