concepts::FormulaPMLBoxRestriction< F, G > Class Template Referenceabstract
#include <pml_formula.h>
Public Types | |
typedef F | value_type |
Public Member Functions | |
virtual FormulaPMLBoxRestriction * | clone () const |
Virtual constructor. More... | |
virtual FormulaPMLBoxRestriction * | clone () const |
Virtual constructor. More... | |
virtual ElementFormula< F, typename Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
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 Real p, 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 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< Real > &elm, const Real3d &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 |
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< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
RCP< concepts::ElementFormula< F > > | formula |
RCP< ElementFormula< F > > | formula |
RCP< concepts::FormulaPMLPowerSigma< Real > > | sigma_x |
RCP< FormulaPMLPowerSigma< Real > > | sigma_x |
RCP< concepts::FormulaPMLPowerSigma< Real > > | sigma_y |
RCP< FormulaPMLPowerSigma< Real > > | sigma_y |
Detailed Description
template<class F, typename G = typename Realtype<F>::type>
class concepts::FormulaPMLBoxRestriction< F, G >
Definition at line 758 of file pml_formula.h.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ FormulaPMLBoxRestriction() [1/2]
|
inline |
Definition at line 760 of file pml_formula.h.
◆ FormulaPMLBoxRestriction() [2/2]
|
inline |
Definition at line 362 of file pml_formula.hh.
Member Function Documentation
◆ clone() [1/3]
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Definition at line 802 of file pml_formula.h.
◆ clone() [2/3]
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Definition at line 404 of file pml_formula.hh.
◆ clone() [3/3]
|
pure virtualinherited |
Virtual copy constructor.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ info() [1/2]
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 807 of file pml_formula.h.
◆ info() [2/2]
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 409 of file pml_formula.hh.
◆ operator()() [1/11]
|
inlinevirtual |
Definition at line 782 of file pml_formula.h.
◆ operator()() [2/11]
|
inlinevirtual |
Definition at line 384 of file pml_formula.hh.
◆ operator()() [3/11]
|
inlinevirtual |
Definition at line 776 of file pml_formula.h.
◆ operator()() [4/11]
|
inlinevirtual |
Definition at line 378 of file pml_formula.hh.
◆ operator()() [5/11]
|
inlinevirtual |
Definition at line 770 of file pml_formula.h.
◆ operator()() [6/11]
|
inlinevirtual |
Definition at line 372 of file pml_formula.hh.
◆ operator()() [7/11]
|
inline |
Definition at line 789 of file pml_formula.h.
◆ operator()() [8/11]
|
inline |
Definition at line 391 of file pml_formula.hh.
◆ operator()() [9/11]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ operator()() [10/11]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ operator()() [11/11]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
Member Data Documentation
◆ formula [1/2]
|
private |
Definition at line 813 of file pml_formula.h.
◆ formula [2/2]
|
private |
Definition at line 415 of file pml_formula.hh.
◆ sigma_x [1/2]
|
private |
Definition at line 811 of file pml_formula.h.
◆ sigma_x [2/2]
|
private |
Definition at line 413 of file pml_formula.hh.
◆ sigma_y [1/2]
|
private |
Definition at line 812 of file pml_formula.h.
◆ sigma_y [2/2]
|
private |
Definition at line 414 of file pml_formula.hh.
The documentation for this class was generated from the following files:
- applications/pml_formula.h
- waveprop/pml_formula.hh