Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes
concepts::FormulaPMLPowerSigma2D< F > Class Template Reference

#include <pml_formula.h>

Inheritance diagram for concepts::FormulaPMLPowerSigma2D< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::FormulaPMLPowerSigma2D< F >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef Realtype< F >::type G
typedef F value_type

Public Member Functions

virtual FormulaPMLPowerSigma2Dclone () const
 Virtual copy constructor.
virtual FormulaPMLPowerSigma2Dclone () const
 Virtual copy constructor.
virtual const F & dflt_value () const
 Gives default value.
virtual F & dflt_value ()
 Gives default value.
 FormulaPMLPowerSigma2D (const Real offset, const int power=2, const F sigma0=5.0, const Real2d &center=Real2d(0, 0))
 FormulaPMLPowerSigma2D (const Real offset, const int power=2, const F sigma0=5.0, const Real2d &center=Real2d(0, 0))
bool inPMLregion (const concepts::Real2d &p, const Real t=0.0)
bool inPMLregion (const Real2d &p, const Real t=0.0)
virtual F operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
virtual F operator() (const Real3d &p, const Real t=0.0) const
 Application operator.
virtual F operator() (const Real2d &p, const Real t=0.0) const
 Application operator.
virtual F operator() (const Real p, const Real t=0.0) const
 Application operator.
virtual F operator() (const concepts::Real2d &p, const Real t=0.0) const
 Application operator.
virtual F operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const =0
virtual F operator() (const Real p, const Real t=0.0) const
 Application operator.
virtual F operator() (const concepts::Real3d &p, const Real t=0.0) const
 Application operator.
virtual F operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
virtual F operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const =0
virtual F operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real p, const Real t=0.0) const =0
 Evaluates the formula.
virtual F operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
virtual F operator() (const Connector &cntr, const Real p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.
virtual F operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.
virtual F operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.

Static Public Member Functions

template<typename Real >
static Real powi (Real x, int power)
template<typename Real >
static Real powi (Real x, int powercoeff)

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Private Attributes

const Real2dcenter
const Real2dcenter_
const Real offset
const Real offset_
const int power
const int power_
const F sigma0
const F sigma0_

Detailed Description

template<typename F = Real>
class concepts::FormulaPMLPowerSigma2D< F >

Definition at line 540 of file pml_formula.h.


Member Typedef Documentation

template<typename F>
typedef Realtype<F>::type concepts::Formula< F >::G [inherited]

Reimplemented from concepts::PiecewiseFormulaBase< F >.

Definition at line 35 of file formula.hh.

template<typename F>
typedef F concepts::Formula< F >::value_type [inherited]

Reimplemented from concepts::ElementFormula< F, concepts::Realtype< F >::type >.

Reimplemented in concepts::VectorFormula< F, dim >.

Definition at line 34 of file formula.hh.


Constructor & Destructor Documentation

template<typename F = Real>
concepts::FormulaPMLPowerSigma2D< F >::FormulaPMLPowerSigma2D ( const Real  offset,
const int  power = 2,
const F  sigma0 = 5.0,
const Real2d center = Real2d(0,0) 
) [inline]

Definition at line 542 of file pml_formula.h.

template<typename F = Real>
concepts::FormulaPMLPowerSigma2D< F >::FormulaPMLPowerSigma2D ( const Real  offset,
const int  power = 2,
const F  sigma0 = 5.0,
const Real2d center = Real2d(0,0) 
) [inline]

Definition at line 101 of file pml_formula.hh.


Member Function Documentation

template<typename F = Real>
virtual FormulaPMLPowerSigma2D* concepts::FormulaPMLPowerSigma2D< F >::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::Formula< F >.

Definition at line 546 of file pml_formula.h.

Here is the call graph for this function:

template<typename F = Real>
virtual FormulaPMLPowerSigma2D* concepts::FormulaPMLPowerSigma2D< F >::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::Formula< F >.

Definition at line 105 of file pml_formula.hh.

Here is the call graph for this function:

template<typename F>
virtual const F& concepts::PiecewiseFormulaBase< F >::dflt_value ( ) const [inline, virtual, inherited]

Gives default value.

Definition at line 76 of file piecewiseFormula.hh.

template<typename F>
virtual F& concepts::PiecewiseFormulaBase< F >::dflt_value ( ) [inline, virtual, inherited]

Gives default value.

Definition at line 78 of file piecewiseFormula.hh.

template<typename F = Real>
virtual std::ostream& concepts::FormulaPMLPowerSigma2D< F >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::PiecewiseFormulaBase< F >.

Definition at line 587 of file pml_formula.h.

template<typename F = Real>
virtual std::ostream& concepts::FormulaPMLPowerSigma2D< F >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::PiecewiseFormulaBase< F >.

Definition at line 144 of file pml_formula.hh.

template<typename F = Real>
bool concepts::FormulaPMLPowerSigma2D< F >::inPMLregion ( const Real2d p,
const Real  t = 0.0 
) [inline]

Definition at line 114 of file pml_formula.hh.

Here is the call graph for this function:

template<typename F = Real>
bool concepts::FormulaPMLPowerSigma2D< F >::inPMLregion ( const concepts::Real2d p,
const Real  t = 0.0 
) [inline]

Definition at line 554 of file pml_formula.h.

Here is the call graph for this function:

template<typename F>
virtual F concepts::PiecewiseFormulaBase< F >::operator() ( const ElementWithCell< G > &  elm,
const Real  p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Definition at line 47 of file piecewiseFormula.hh.

template<typename F>
virtual F concepts::Formula< F >::operator() ( const Connector cntr,
const Real3d p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Convenience implementation, that by default ignores its elm param.

Implements concepts::PiecewiseFormulaBase< F >.

Definition at line 57 of file formula.hh.

template<typename F>
virtual F concepts::Formula< F >::operator() ( const Connector cntr,
const Real2d p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Convenience implementation, that by default ignores its elm param.

Implements concepts::PiecewiseFormulaBase< F >.

Definition at line 54 of file formula.hh.

template<typename F>
virtual F concepts::Formula< F >::operator() ( const Connector cntr,
const Real  p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Convenience implementation, that by default ignores its elm param.

Implements concepts::PiecewiseFormulaBase< F >.

Definition at line 51 of file formula.hh.

virtual F concepts::ElementFormula< F, concepts::Realtype< F >::type >::operator() ( const ElementWithCell< concepts::Realtype< F >::type > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [pure virtual, inherited]
template<typename F>
virtual F concepts::PiecewiseFormulaBase< F >::operator() ( const ElementWithCell< G > &  elm,
const Real3d p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Definition at line 58 of file piecewiseFormula.hh.

template<typename F = Real>
virtual F concepts::FormulaPMLPowerSigma2D< F >::operator() ( const Real  p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< F >.

Definition at line 550 of file pml_formula.h.

template<typename F = Real>
virtual F concepts::FormulaPMLPowerSigma2D< F >::operator() ( const Real2d p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< F >.

Definition at line 120 of file pml_formula.hh.

Here is the call graph for this function:

template<typename F = Real>
virtual F concepts::FormulaPMLPowerSigma2D< F >::operator() ( const concepts::Real3d p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< F >.

Definition at line 570 of file pml_formula.h.

template<typename F = Real>
virtual F concepts::FormulaPMLPowerSigma2D< F >::operator() ( const concepts::Real2d p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< F >.

Definition at line 562 of file pml_formula.h.

Here is the call graph for this function:

template<typename F = Real>
virtual F concepts::FormulaPMLPowerSigma2D< F >::operator() ( const Real  p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< F >.

Definition at line 109 of file pml_formula.hh.

virtual F concepts::ElementFormula< F, concepts::Realtype< F >::type >::operator() ( const ElementWithCell< concepts::Realtype< F >::type > &  elm,
const Real  p,
const Real  t = 0.0 
) const [pure virtual, inherited]

Evaluates the formula.

Parameters:
elmElement
pPoint in space in local element coordinates
tPoint in time
virtual F concepts::ElementFormula< F, concepts::Realtype< F >::type >::operator() ( const ElementWithCell< concepts::Realtype< F >::type > &  elm,
const Real3d p,
const Real  t = 0.0 
) const [pure virtual, inherited]
template<typename F = Real>
virtual F concepts::FormulaPMLPowerSigma2D< F >::operator() ( const Real3d p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< F >.

Definition at line 127 of file pml_formula.hh.

template<typename F>
virtual F concepts::PiecewiseFormulaBase< F >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Definition at line 52 of file piecewiseFormula.hh.

template<typename F = Real>
template<typename Real >
static Real concepts::FormulaPMLPowerSigma2D< F >::powi ( Real  x,
int  power 
) [inline, static]

Definition at line 575 of file pml_formula.h.

template<typename F = Real>
template<typename Real >
static Real concepts::FormulaPMLPowerSigma2D< F >::powi ( Real  x,
int  powercoeff 
) [inline, static]

Definition at line 132 of file pml_formula.hh.


Member Data Documentation

template<typename F = Real>
const Real2d& concepts::FormulaPMLPowerSigma2D< F >::center [private]

Definition at line 593 of file pml_formula.h.

template<typename F = Real>
const Real2d& concepts::FormulaPMLPowerSigma2D< F >::center_ [private]

Definition at line 150 of file pml_formula.hh.

template<typename F = Real>
const Real concepts::FormulaPMLPowerSigma2D< F >::offset [private]

Definition at line 592 of file pml_formula.h.

template<typename F = Real>
const Real concepts::FormulaPMLPowerSigma2D< F >::offset_ [private]

Definition at line 149 of file pml_formula.hh.

template<typename F = Real>
const int concepts::FormulaPMLPowerSigma2D< F >::power [private]

Definition at line 594 of file pml_formula.h.

template<typename F = Real>
const int concepts::FormulaPMLPowerSigma2D< F >::power_ [private]

Definition at line 151 of file pml_formula.hh.

template<typename F = Real>
const F concepts::FormulaPMLPowerSigma2D< F >::sigma0 [private]

Definition at line 595 of file pml_formula.h.

template<typename F = Real>
const F concepts::FormulaPMLPowerSigma2D< F >::sigma0_ [private]

Definition at line 152 of file pml_formula.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)