concepts::PiecewiseFormulaCombine< F, G, H, I > Class Template Referenceabstract
Combines two piecewise defined formulas with an operation, e.g. More...
#include <formula.hh>
Public Types | |
typedef concepts::Realtype< F >::type | G |
typedef F | value_type |
Public Member Functions | |
virtual PiecewiseFormulaCombine< F, G, H, I > * | clone () const |
Virtual constructor. More... | |
virtual ElementFormula< F, concepts::Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
virtual F & | dflt_value () |
Gives default value. More... | |
virtual const F & | dflt_value () const |
Gives default value. More... | |
virtual F | operator() (const Connector &cell, const Real p, const Real t=0.0) const |
Gives the value in an particular cell on a particular point. More... | |
virtual F | operator() (const Connector &cell, const Real2d &p, const Real t=0.0) const |
virtual F | operator() (const Connector &cell, 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 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
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 |
PiecewiseFormulaCombine (const PiecewiseFormulaBase< G > &formula1, const PiecewiseFormulaBase< H > &formula2) | |
Constructor. More... | |
virtual | ~PiecewiseFormulaCombine () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
F | dflt_value_ |
default value More... | |
std::unique_ptr< const PiecewiseFormulaBase< G > > | formula1_ |
formulas More... | |
std::unique_ptr< const PiecewiseFormulaBase< H > > | formula2_ |
const I | fun_ |
operation More... | |
Detailed Description
template<typename F, typename G, typename H = G, typename I = multiplies<G,H,F>>
class concepts::PiecewiseFormulaCombine< F, G, H, I >
Combines two piecewise defined formulas with an operation, e.g.
multiplication
Definition at line 462 of file formula.hh.
Member Typedef Documentation
◆ G
|
inherited |
Definition at line 45 of file piecewiseFormula.hh.
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ PiecewiseFormulaCombine()
concepts::PiecewiseFormulaCombine< F, G, H, I >::PiecewiseFormulaCombine | ( | const PiecewiseFormulaBase< G > & | formula1, |
const PiecewiseFormulaBase< H > & | formula2 | ||
) |
Constructor.
◆ ~PiecewiseFormulaCombine()
|
inlinevirtual |
Definition at line 467 of file formula.hh.
Member Function Documentation
◆ clone() [1/2]
|
virtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::PiecewiseFormulaBase< F >.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
◆ dflt_value() [1/2]
|
inlinevirtualinherited |
Gives default value.
Definition at line 83 of file piecewiseFormula.hh.
◆ dflt_value() [2/2]
|
inlinevirtualinherited |
Gives default value.
Definition at line 81 of file piecewiseFormula.hh.
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::PiecewiseFormulaBase< F >.
◆ operator()() [1/9]
|
virtual |
Gives the value in an particular cell on a particular point.
Implements concepts::PiecewiseFormulaBase< F >.
◆ operator()() [2/9]
|
virtual |
Implements concepts::PiecewiseFormulaBase< F >.
◆ operator()() [3/9]
|
virtual |
Implements concepts::PiecewiseFormulaBase< F >.
◆ operator()() [4/9]
|
pure virtualinherited |
◆ operator()() [5/9]
|
pure virtualinherited |
◆ operator()() [6/9]
|
pure virtualinherited |
◆ operator()() [7/9]
|
inlinevirtualinherited |
Definition at line 52 of file piecewiseFormula.hh.
◆ operator()() [8/9]
|
inlinevirtualinherited |
Definition at line 57 of file piecewiseFormula.hh.
◆ operator()() [9/9]
|
inlinevirtualinherited |
Definition at line 63 of file piecewiseFormula.hh.
Member Data Documentation
◆ dflt_value_
|
privateinherited |
default value
Definition at line 88 of file piecewiseFormula.hh.
◆ formula1_
|
private |
formulas
Definition at line 480 of file formula.hh.
◆ formula2_
|
private |
Definition at line 481 of file formula.hh.
◆ fun_
|
private |
operation
Definition at line 483 of file formula.hh.
The documentation for this class was generated from the following file:
- geometry/formula.hh