#include <pml_formula.h>


Public Types | |
| typedef Realtype< Cmplx >::type | G |
| typedef Cmplx | value_type |
Public Member Functions | |
| virtual FormulaExpImag2D * | clone () const |
| Virtual copy constructor. | |
| virtual FormulaExpImag2D * | clone () const |
| Virtual copy constructor. | |
| virtual const Cmplx & | dflt_value () const |
| Gives default value. | |
| virtual Cmplx & | dflt_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. | |
Formula for
.
Definition at line 54 of file pml_formula.h.
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] |
Reimplemented from concepts::ElementFormula< Cmplx, concepts::Realtype< Cmplx >::type >.
Definition at line 34 of file formula.hh.
| 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.
| virtual FormulaExpImag2D* concepts::FormulaExpImag2D::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::Formula< Cmplx >.
Definition at line 59 of file pml_formula.h.

| virtual FormulaExpImag2D* concepts::FormulaExpImag2D::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::Formula< Cmplx >.
Definition at line 70 of file sources.hh.

| 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.
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.
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.
Implements concepts::Formula< Cmplx >.
Definition at line 78 of file sources.hh.

| virtual Cmplx concepts::FormulaExpImag2D::operator() | ( | const Real | p, |
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Application operator.
Evaluates the formula.
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.
Implements concepts::Formula< Cmplx >.
Definition at line 67 of file pml_formula.h.

| 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.
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.
| elm | Element |
| p | Point in space in local element coordinates |
| t | Point 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] |
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.