#include <pml_formula.h>


Public Types | |
| typedef Realtype< Cmplx >::type | G |
| typedef Cmplx | value_type |
Public Member Functions | |
| virtual FormulaExpImag1D * | clone () const |
| Virtual copy constructor. | |
| virtual FormulaExpImag1D * | clone () const |
| Virtual copy constructor. | |
| virtual const Cmplx & | dflt_value () const |
| Gives default value. | |
| virtual Cmplx & | dflt_value () |
| Gives default value. | |
| FormulaExpImag1D (const Real k, const Cmplx u=1.0, Real x0=0.0) | |
| FormulaExpImag1D (const Real k, const Cmplx u=1.0, Real 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. | |
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 Real | k_ |
| const Cmplx | u_ |
| const Real | x0_ |
Formula for
.
Definition at line 22 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::FormulaExpImag1D::FormulaExpImag1D | ( | const Real | k, |
| const Cmplx | u = 1.0, |
||
| Real | x0 = 0.0 |
||
| ) | [inline] |
Definition at line 24 of file pml_formula.h.
| concepts::FormulaExpImag1D::FormulaExpImag1D | ( | const Real | k, |
| const Cmplx | u = 1.0, |
||
| Real | x0 = 0.0 |
||
| ) | [inline] |
Definition at line 35 of file sources.hh.
| virtual FormulaExpImag1D* concepts::FormulaExpImag1D::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::Formula< Cmplx >.
Definition at line 27 of file pml_formula.h.

| virtual FormulaExpImag1D* concepts::FormulaExpImag1D::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::Formula< Cmplx >.
Definition at line 38 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::FormulaExpImag1D::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::PiecewiseFormulaBase< Cmplx >.
Definition at line 42 of file pml_formula.h.
| virtual std::ostream& concepts::FormulaExpImag1D::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::PiecewiseFormulaBase< Cmplx >.
Definition at line 53 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::FormulaExpImag1D::operator() | ( | const Real | p, |
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Application operator.
Evaluates the formula.
Implements concepts::Formula< Cmplx >.
Definition at line 31 of file pml_formula.h.

| virtual Cmplx concepts::FormulaExpImag1D::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 49 of file sources.hh.
| virtual Cmplx concepts::FormulaExpImag1D::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 46 of file sources.hh.
| virtual Cmplx concepts::FormulaExpImag1D::operator() | ( | const Real | p, |
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Application operator.
Evaluates the formula.
Implements concepts::Formula< Cmplx >.
Definition at line 42 of file sources.hh.

| virtual Cmplx concepts::FormulaExpImag1D::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 35 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::FormulaExpImag1D::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 38 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] |
const Real concepts::FormulaExpImag1D::k_ [private] |
Definition at line 46 of file pml_formula.h.
const Cmplx concepts::FormulaExpImag1D::u_ [private] |
Definition at line 47 of file pml_formula.h.
const Real concepts::FormulaExpImag1D::x0_ [private] |
Definition at line 46 of file pml_formula.h.