Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::FormulaPMLHamburger Class Referenceabstract

#include <pml_formula.hh>

Inheritance diagram for concepts::FormulaPMLHamburger:
concepts::ElementFormula< Cmplx > concepts::Cloneable concepts::OutputOperator

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 FormulaPMLHamburgerclone () 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.
 

Detailed Description

Class providing the formulas for hamburger PML

Author
Juliette Chabassier, 2012

Definition at line 687 of file pml_formula.hh.

Member Typedef Documentation

◆ value_type

typedef Cmplx concepts::ElementFormula< Cmplx , typename Realtype<Cmplx >::type >::value_type
inherited

Definition at line 37 of file elementFormula.hh.

Member Enumeration Documentation

◆ PMLMode

enum concepts::FormulaPMLHamburger::PMLMode

Definition at line 689 of file pml_formula.hh.

Constructor & Destructor Documentation

◆ FormulaPMLHamburger()

concepts::FormulaPMLHamburger::FormulaPMLHamburger ( const Real  R_,
const Real  d_,
const int  power_,
const Real  sigma0_,
const Real  center_x_,
const Real  center_y_,
PMLMode  mode_ 
)
inline

Definition at line 727 of file pml_formula.hh.

Member Function Documentation

◆ clone()

virtual FormulaPMLHamburger * concepts::FormulaPMLHamburger::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< Cmplx >.

Definition at line 762 of file pml_formula.hh.

◆ info()

virtual std::ostream & concepts::FormulaPMLHamburger::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 806 of file pml_formula.hh.

◆ operator()() [1/7]

virtual Cmplx concepts::FormulaPMLHamburger::operator() ( const ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 778 of file pml_formula.hh.

◆ operator()() [2/7]

virtual Cmplx concepts::FormulaPMLHamburger::operator() ( const ElementWithCell< Real > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 772 of file pml_formula.hh.

◆ operator()() [3/7]

virtual Cmplx concepts::FormulaPMLHamburger::operator() ( const ElementWithCell< Real > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 766 of file pml_formula.hh.

◆ operator()() [4/7]

template<class RealNd >
Cmplx concepts::FormulaPMLHamburger::operator() ( const ElementWithCell< Real > &  elm,
const RealNd p,
Real2d  px,
const Real  t = 0.0 
) const
inline

Definition at line 786 of file pml_formula.hh.

◆ operator()() [5/7]

virtual Cmplx concepts::ElementFormula< Cmplx , typename Realtype<Cmplx >::type >::operator() ( const ElementWithCell< typename Realtype<Cmplx >::type > &  elm,
const Real  p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [6/7]

virtual Cmplx concepts::ElementFormula< Cmplx , typename Realtype<Cmplx >::type >::operator() ( const ElementWithCell< typename Realtype<Cmplx >::type > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [7/7]

virtual Cmplx concepts::ElementFormula< Cmplx , typename Realtype<Cmplx >::type >::operator() ( const ElementWithCell< typename Realtype<Cmplx >::type > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

The documentation for this class was generated from the following file: