#include <sources.hh>
Public Types | |
typedef Cmplx | value_type |
typedef Realtype< Cmplx >::type | G |
Public Member Functions | |
FormulaLayerPlaneWaveSource (Vector< Real > &epsilon, Vector< Real > &d, const Real &kx, const Real omega) | |
void | Construct () |
void | ConstructFromBook () |
void | Display () |
virtual FormulaLayerPlaneWaveSource * | clone () const |
Virtual copy constructor. | |
virtual Cmplx | operator() (const Real3d &p, const Real t=0.0) const |
virtual Cmplx | operator() (const Real2d &p, const Real t=0.0) const |
virtual Cmplx | operator() (const Real 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 Cmplx | operator() (const Connector &cntr, const Real p, const Real t=0.0) const |
virtual Cmplx | operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const |
virtual Cmplx | operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Formula for plane wave source in layered structure.
Definition at line 505 of file sources.hh.
|
inherited |
Definition at line 37 of file formula.hh.
|
inherited |
Definition at line 36 of file formula.hh.
|
inline |
Definition at line 525 of file sources.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::Formula< Cmplx >.
Definition at line 675 of file sources.hh.
|
inline |
Definition at line 549 of file sources.hh.
|
inline |
Definition at line 624 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.
|
inline |
Definition at line 665 of file sources.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::PiecewiseFormulaBase< F >.
Definition at line 716 of file sources.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 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< Cmplx >.
Definition at line 709 of file sources.hh.
|
inlinevirtual |
Implements concepts::Formula< Cmplx >.
Definition at line 688 of file sources.hh.
|
inlinevirtual |
Implements concepts::Formula< Cmplx >.
Definition at line 683 of file sources.hh.