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

Public Types | Public Member Functions | Public Attributes | Protected Member Functions
concepts::FormulaExpImag2D Class Reference

Formula for $u \mathrm{exp}(ik(x-x_0))$. More...

#include <pml_formula.h>

Inheritance diagram for concepts::FormulaExpImag2D:
Inheritance graph
[legend]
Collaboration diagram for concepts::FormulaExpImag2D:
Collaboration graph
[legend]

List of all members.

Public Types

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

Public Member Functions

virtual FormulaExpImag2Dclone () const
 Virtual copy constructor.
virtual FormulaExpImag2Dclone () const
 Virtual copy constructor.
virtual const Cmplxdflt_value () const
 Gives default value.
virtual Cmplxdflt_value ()
 Gives default value.
 FormulaExpImag2D (const Real2d k, const Cmplx u=1.0, Real2d x0=0.0)
 FormulaExpImag2D (const Real2d k, const Cmplx u=1.0, Real2d x0=0.0)
virtual Cmplx operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
virtual Cmplx operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
virtual Cmplx operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
virtual Cmplx operator() (const concepts::Real3d &p, const Real t=0.0) const
 Application operator.
virtual Cmplx operator() (const Real p, const Real t=0.0) const
 Application operator.
virtual Cmplx operator() (const concepts::Real2d &p, const Real t=0.0) const
 Application operator.
virtual Cmplx operator() (const concepts::Real2d &p, const Real t=0.0) const
 Application operator.
virtual Cmplx operator() (const Real p, const Real t=0.0) const
 Application operator.
virtual Cmplx operator() (const concepts::Real3d &p, const Real t=0.0) const
 Application operator.
virtual Cmplx operator() (const ElementWithCell< concepts::Realtype< Cmplx >::type > &elm, const Real3d &p, const Real t=0.0) const =0
virtual Cmplx operator() (const ElementWithCell< concepts::Realtype< Cmplx >::type > &elm, const Real p, const Real t=0.0) const =0
 Evaluates the formula.
virtual Cmplx operator() (const ElementWithCell< concepts::Realtype< Cmplx >::type > &elm, const Real2d &p, const Real t=0.0) const =0
virtual Cmplx operator() (const Connector &cntr, const Real p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.
virtual Cmplx operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.
virtual Cmplx operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.

Public Attributes

const Real2d k
const Cmplx u
const Real2d x0

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.

Detailed Description

Formula for $u \mathrm{exp}(ik(x-x_0))$.

Definition at line 54 of file pml_formula.h.


Member Typedef Documentation

typedef Realtype<Cmplx >::type concepts::Formula< Cmplx >::G [inherited]

Reimplemented from concepts::PiecewiseFormulaBase< Cmplx >.

Definition at line 35 of file formula.hh.

typedef Cmplx concepts::Formula< Cmplx >::value_type [inherited]

Constructor & Destructor Documentation

concepts::FormulaExpImag2D::FormulaExpImag2D ( const Real2d  k,
const Cmplx  u = 1.0,
Real2d  x0 = 0.0 
) [inline]

Definition at line 56 of file pml_formula.h.

concepts::FormulaExpImag2D::FormulaExpImag2D ( const Real2d  k,
const Cmplx  u = 1.0,
Real2d  x0 = 0.0 
) [inline]

Definition at line 67 of file sources.hh.


Member Function Documentation

virtual FormulaExpImag2D* concepts::FormulaExpImag2D::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::Formula< Cmplx >.

Definition at line 59 of file pml_formula.h.

Here is the call graph for this function:

virtual FormulaExpImag2D* concepts::FormulaExpImag2D::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::Formula< Cmplx >.

Definition at line 70 of file sources.hh.

Here is the call graph for this function:

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

Gives default value.

Definition at line 76 of file piecewiseFormula.hh.

virtual Cmplx & concepts::PiecewiseFormulaBase< Cmplx >::dflt_value ( ) [inline, virtual, inherited]

Gives default value.

Definition at line 78 of file piecewiseFormula.hh.

virtual std::ostream& concepts::FormulaExpImag2D::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::PiecewiseFormulaBase< Cmplx >.

Definition at line 79 of file pml_formula.h.

virtual std::ostream& concepts::FormulaExpImag2D::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::PiecewiseFormulaBase< Cmplx >.

Definition at line 90 of file sources.hh.

virtual Cmplx concepts::PiecewiseFormulaBase< Cmplx >::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.

virtual Cmplx concepts::PiecewiseFormulaBase< Cmplx >::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.

virtual Cmplx concepts::PiecewiseFormulaBase< Cmplx >::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.

virtual Cmplx concepts::Formula< Cmplx >::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< Cmplx >.

Definition at line 57 of file formula.hh.

virtual Cmplx concepts::Formula< Cmplx >::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< Cmplx >.

Definition at line 54 of file formula.hh.

virtual Cmplx concepts::Formula< Cmplx >::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< Cmplx >.

Definition at line 51 of file formula.hh.

virtual Cmplx concepts::FormulaExpImag2D::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< Cmplx >.

Definition at line 63 of file pml_formula.h.

virtual Cmplx concepts::FormulaExpImag2D::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< Cmplx >.

Definition at line 86 of file sources.hh.

virtual Cmplx concepts::FormulaExpImag2D::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< Cmplx >.

Definition at line 78 of file sources.hh.

Here is the call graph for this function:

virtual Cmplx concepts::FormulaExpImag2D::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< Cmplx >.

Definition at line 74 of file sources.hh.

virtual Cmplx concepts::FormulaExpImag2D::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< Cmplx >.

Definition at line 67 of file pml_formula.h.

Here is the call graph for this function:

virtual Cmplx concepts::ElementFormula< Cmplx , concepts::Realtype< Cmplx >::type >::operator() ( const ElementWithCell< concepts::Realtype< Cmplx >::type > &  elm,
const Real3d p,
const Real  t = 0.0 
) const [pure virtual, inherited]
virtual Cmplx concepts::FormulaExpImag2D::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< Cmplx >.

Definition at line 75 of file pml_formula.h.

virtual Cmplx concepts::ElementFormula< Cmplx , concepts::Realtype< Cmplx >::type >::operator() ( const ElementWithCell< concepts::Realtype< Cmplx >::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 Cmplx concepts::ElementFormula< Cmplx , concepts::Realtype< Cmplx >::type >::operator() ( const ElementWithCell< concepts::Realtype< Cmplx >::type > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [pure virtual, inherited]

Member Data Documentation

Definition at line 83 of file pml_formula.h.

Definition at line 84 of file pml_formula.h.

Definition at line 83 of file pml_formula.h.


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

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