#include <pml_formula.h>
Public Types | |
typedef concepts::Point< Cmplx, 2 > | value_type |
typedef Realtype< concepts::Point< Cmplx, 2 > >::type | G |
typedef Point< Cmplx, 2 > | value_type |
typedef Realtype< Point< Cmplx, 2 > >::type | G |
Public Member Functions | |
FormulaExpImag2DGrad (const Real2d k, const Cmplx u=1.0, Real2d x0=Real2d(0, 0)) | |
virtual FormulaExpImag2DGrad * | clone () const |
Virtual copy constructor. | |
virtual Cmplx2d | operator() (const Real p, const Real t=0.0) const |
virtual Cmplx2d | operator() (const concepts::Real2d &p, const Real t=0.0) const |
virtual Cmplx2d | operator() (const concepts::Real3d &p, const Real t=0.0) const |
FormulaExpImag2DGrad (const Real2d k, const Cmplx u=1.0, Real2d x0=Real2d(0, 0)) | |
virtual FormulaExpImag2DGrad * | clone () const |
Virtual copy constructor. | |
virtual Cmplx2d | operator() (const Real p, const Real t=0.0) const |
virtual Cmplx2d | operator() (const Real2d &p, const Real t=0.0) const |
virtual Cmplx2d | operator() (const Real3d &p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
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 Real p, const Real t=0.0) const=0 |
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 Real3d &p, const Real t=0.0) const=0 |
virtual const F & | dflt_value () const |
Gives default value. | |
virtual F & | dflt_value () |
Gives default value. | |
virtual concepts::Point< Cmplx, 2 > | operator() (const Connector &cntr, const Real p, const Real t=0.0) const |
virtual concepts::Point< Cmplx, 2 > | operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const |
virtual concepts::Point< Cmplx, 2 > | operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const |
virtual Point< Cmplx, 2 > | operator() (const Connector &cntr, const Real p, const Real t=0.0) const |
virtual Point< Cmplx, 2 > | operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const |
virtual Point< Cmplx, 2 > | operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const |
Public Attributes | |
const Real2d | k |
const Real2d | x0 |
const Cmplx | u |
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 gradient of a plane wave. I.e, formula for .
Definition at line 136 of file pml_formula.h.
|
inherited |
Definition at line 37 of file formula.hh.
Definition at line 37 of file formula.hh.
|
inherited |
Definition at line 36 of file formula.hh.
Definition at line 36 of file formula.hh.
|
inline |
Definition at line 139 of file pml_formula.h.
|
inline |
Definition at line 166 of file sources.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::Formula< concepts::Point< Cmplx, 2 > >.
Definition at line 143 of file pml_formula.h.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::Formula< concepts::Point< Cmplx, 2 > >.
Definition at line 170 of file sources.hh.
|
inlinevirtualinherited |
Gives default value.
Definition at line 83 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Gives default value.
Definition at line 81 of file piecewiseFormula.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::PiecewiseFormulaBase< F >.
Definition at line 170 of file pml_formula.h.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::PiecewiseFormulaBase< F >.
Definition at line 197 of file sources.hh.
|
inlinevirtual |
Implements concepts::Formula< concepts::Point< Cmplx, 2 > >.
Definition at line 151 of file pml_formula.h.
|
inlinevirtual |
Implements concepts::Formula< concepts::Point< Cmplx, 2 > >.
Definition at line 165 of file pml_formula.h.
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 53 of file formula.hh.
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 53 of file formula.hh.
|
inlinevirtualinherited |
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 56 of file formula.hh.
|
inlinevirtualinherited |
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 56 of file formula.hh.
|
inlinevirtualinherited |
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 59 of file formula.hh.
|
inlinevirtualinherited |
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 59 of file formula.hh.
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
inlinevirtualinherited |
Definition at line 52 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Definition at line 57 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Definition at line 63 of file piecewiseFormula.hh.
|
inlinevirtual |
Application operator. Evaluates the formula.
Implements concepts::Formula< concepts::Point< Cmplx, 2 > >.
Definition at line 147 of file pml_formula.h.
|
inlinevirtual |
Application operator. Evaluates the formula.
Implements concepts::Formula< concepts::Point< Cmplx, 2 > >.
Definition at line 174 of file sources.hh.
|
inlinevirtual |
Implements concepts::Formula< concepts::Point< Cmplx, 2 > >.
Definition at line 178 of file sources.hh.
|
inlinevirtual |
Implements concepts::Formula< concepts::Point< Cmplx, 2 > >.
Definition at line 192 of file sources.hh.
const Real2d concepts::FormulaExpImag2DGrad::k |
Definition at line 174 of file pml_formula.h.
const Cmplx concepts::FormulaExpImag2DGrad::u |
Definition at line 175 of file pml_formula.h.
const Real2d concepts::FormulaExpImag2DGrad::x0 |
Definition at line 174 of file pml_formula.h.