#include <pml_formula.h>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual FormulaPMLBoxRestriction * | clone () const |
| Virtual copy constructor. | |
| virtual FormulaPMLBoxRestriction * | clone () const |
| Virtual copy constructor. | |
| FormulaPMLBoxRestriction (RCP< concepts::FormulaPMLPowerSigma< Real > > sigma_x, RCP< concepts::FormulaPMLPowerSigma< Real > > sigma_y, RCP< concepts::ElementFormula< F, G > > formula) | |
| FormulaPMLBoxRestriction (RCP< FormulaPMLPowerSigma< Real > > sigma_x, RCP< FormulaPMLPowerSigma< Real > > sigma_y, RCP< ElementFormula< F, G > > formula) | |
| virtual F | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
| template<class RealNd > | |
| F | operator() (const ElementWithCell< Real > &elm, const RealNd &p, Real2d px, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const =0 |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const =0 |
| template<class RealNd > | |
| F | operator() (const ElementWithCell< Real > &elm, const RealNd &p, Real2d px, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< Real > &elm, 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 =0 |
| Evaluates the formula. | |
| virtual F | operator() (const ElementWithCell< Real > &elm, 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. | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| RCP< concepts::ElementFormula < F > > | formula |
| RCP< ElementFormula< F > > | formula |
| RCP< FormulaPMLPowerSigma< Real > > | sigma_x |
| RCP < concepts::FormulaPMLPowerSigma < Real > > | sigma_x |
| RCP < concepts::FormulaPMLPowerSigma < Real > > | sigma_y |
| RCP< FormulaPMLPowerSigma< Real > > | sigma_y |
Definition at line 747 of file pml_formula.h.
typedef F concepts::ElementFormula< F, G >::value_type [inherited] |
Reimplemented in concepts::Formula< F >, concepts::MatrixElementFormula< F, dim, G >, concepts::VectorFormula< F, dim >, concepts::Formula< concepts::Point< Cmplx, 2 > >, concepts::Formula< Point< F, dim > >, concepts::Formula< Cmplx >, concepts::Formula< Real >, and concepts::Formula< Real2d >.
Definition at line 31 of file elementFormula.hh.
| concepts::FormulaPMLBoxRestriction< F, G >::FormulaPMLBoxRestriction | ( | RCP< concepts::FormulaPMLPowerSigma< Real > > | sigma_x, |
| RCP< concepts::FormulaPMLPowerSigma< Real > > | sigma_y, | ||
| RCP< concepts::ElementFormula< F, G > > | formula | ||
| ) | [inline] |
Definition at line 749 of file pml_formula.h.
| concepts::FormulaPMLBoxRestriction< F, G >::FormulaPMLBoxRestriction | ( | RCP< FormulaPMLPowerSigma< Real > > | sigma_x, |
| RCP< FormulaPMLPowerSigma< Real > > | sigma_y, | ||
| RCP< ElementFormula< F, G > > | formula | ||
| ) | [inline] |
Definition at line 303 of file pml_formula.hh.
| virtual FormulaPMLBoxRestriction* concepts::FormulaPMLBoxRestriction< F, G >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 791 of file pml_formula.h.

| virtual FormulaPMLBoxRestriction* concepts::FormulaPMLBoxRestriction< F, G >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 345 of file pml_formula.hh.

| virtual std::ostream& concepts::FormulaPMLBoxRestriction< F, G >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 796 of file pml_formula.h.
| virtual std::ostream& concepts::FormulaPMLBoxRestriction< F, G >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 350 of file pml_formula.hh.
| virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
| virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
| F concepts::FormulaPMLBoxRestriction< F, G >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const RealNd & | p, | ||
| Real2d | px, | ||
| const Real | t = 0.0 |
||
| ) | const [inline] |
Definition at line 332 of file pml_formula.hh.
| virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
| virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
| virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
| virtual F concepts::ElementFormula< F, G >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
Implemented in concepts::ComposeFormulaMatVec< F, DIM, G >, concepts::ComposeFormulaVecEntry< F, DIM, G >, concepts::ElementFormulaContainer< F, G >, concepts::FrmE_Inverse< F, G >, concepts::FrmE_Product< F, H, J, G >, concepts::FrmE_Sum< F, H, J, G >, concepts::MatrixElementFormula< F, dim, G >, concepts::VectorElementFormulaBase< F, dim, G >, concepts::PiecewiseElementFormula< F, G >, concepts::DirichletElementFormula< F, G >, concepts::ElementFormulaLiCo< F, G, H, J >, concepts::ElementFormulaCompose< F, G, H >, concepts::ComposeFormulaMatVec< F, DIM, G >, concepts::ComposeFormulaVecEntry< F, DIM, G >, concepts::ElementFormulaContainer< F >, concepts::PiecewiseFormulaBase< G >, concepts::VectorElementFormulaBase< F, 2, G >, and concepts::VectorElementFormulaBase< F, 3, G >.
| virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
| F concepts::FormulaPMLBoxRestriction< F, G >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const RealNd & | p, | ||
| Real2d | px, | ||
| const Real | t = 0.0 |
||
| ) | const [inline] |
Definition at line 778 of file pml_formula.h.
| virtual F concepts::ElementFormula< F, G >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
Evaluates the formula.
Implemented in concepts::ComposeFormulaMatVec< F, DIM, G >, concepts::ComposeFormulaVecEntry< F, DIM, G >, concepts::ElementFormulaContainer< F, G >, concepts::FrmE_Inverse< F, G >, concepts::FrmE_Product< F, H, J, G >, concepts::FrmE_Sum< F, H, J, G >, concepts::MatrixElementFormula< F, dim, G >, concepts::VectorElementFormulaBase< F, dim, G >, concepts::PiecewiseElementFormula< F, G >, concepts::DirichletElementFormula< F, G >, concepts::ElementFormulaLiCo< F, G, H, J >, concepts::ElementFormulaCompose< F, G, H >, concepts::ComposeFormulaMatVec< F, DIM, G >, concepts::ComposeFormulaVecEntry< F, DIM, G >, concepts::ElementFormulaContainer< F >, concepts::PiecewiseFormulaBase< G >, concepts::VectorElementFormulaBase< F, 2, G >, and concepts::VectorElementFormulaBase< F, 3, G >.
| virtual F concepts::ElementFormula< F, G >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
Implemented in concepts::ComposeFormulaMatVec< F, DIM, G >, concepts::ComposeFormulaVecEntry< F, DIM, G >, concepts::ElementFormulaContainer< F, G >, concepts::FrmE_Inverse< F, G >, concepts::FrmE_Product< F, H, J, G >, concepts::FrmE_Sum< F, H, J, G >, concepts::MatrixElementFormula< F, dim, G >, concepts::VectorElementFormulaBase< F, dim, G >, concepts::PiecewiseElementFormula< F, G >, concepts::DirichletElementFormula< F, G >, concepts::ElementFormulaLiCo< F, G, H, J >, concepts::ElementFormulaCompose< F, G, H >, concepts::ComposeFormulaMatVec< F, DIM, G >, concepts::ComposeFormulaVecEntry< F, DIM, G >, concepts::ElementFormulaContainer< F >, concepts::PiecewiseFormulaBase< G >, concepts::VectorElementFormulaBase< F, 2, G >, and concepts::VectorElementFormulaBase< F, 3, G >.
RCP<concepts::ElementFormula<F> > concepts::FormulaPMLBoxRestriction< F, G >::formula [private] |
Definition at line 802 of file pml_formula.h.
RCP<ElementFormula<F> > concepts::FormulaPMLBoxRestriction< F, G >::formula [private] |
Definition at line 356 of file pml_formula.hh.
RCP<FormulaPMLPowerSigma<Real> > concepts::FormulaPMLBoxRestriction< F, G >::sigma_x [private] |
Definition at line 354 of file pml_formula.hh.
RCP<concepts::FormulaPMLPowerSigma<Real> > concepts::FormulaPMLBoxRestriction< F, G >::sigma_x [private] |
Definition at line 800 of file pml_formula.h.
RCP<concepts::FormulaPMLPowerSigma<Real> > concepts::FormulaPMLBoxRestriction< F, G >::sigma_y [private] |
Definition at line 801 of file pml_formula.h.
RCP<FormulaPMLPowerSigma<Real> > concepts::FormulaPMLBoxRestriction< F, G >::sigma_y [private] |
Definition at line 355 of file pml_formula.hh.