estimator::KeysInfo< F > Class Template Referenceabstract
#include <refinementGraphics.hh>
Public Types | |
typedef concepts::Realtype< Real >::type | G |
typedef Real | value_type |
Public Member Functions | |
virtual KeysInfo< F > * | clone () const |
Virtual constructor. More... | |
virtual PiecewiseFormulaBase< Real > * | clone () const=0 |
Virtual constructor. More... | |
virtual Real & | dflt_value () |
Gives default value. More... | |
virtual const Real & | dflt_value () const |
Gives default value. More... | |
KeysInfo () | |
virtual F | operator() (const concepts::Connector &cntr, const concepts::Real2d &p, const Real t=0.0) const |
virtual F | operator() (const concepts::Connector &cntr, const concepts::Real3d &p, const Real t=0.0) const |
virtual F | operator() (const concepts::Connector &cntr, const Real p, const Real t=0.0) const |
virtual Real | operator() (const Connector &cntr, const Real p, const Real t=0.0) const=0 |
Gives the value in an particular cell on a particular point. More... | |
virtual Real | operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const=0 |
virtual Real | operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const=0 |
virtual Real | operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Real | operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Real | operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Real | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
virtual Real | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
virtual Real | operator() (const ElementWithCell< G > &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. More... | |
Private Attributes | |
Real | dflt_value_ |
default value More... | |
Detailed Description
template<class F = Real>
class estimator::KeysInfo< F >
Definition at line 139 of file refinementGraphics.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
◆ KeysInfo()
|
inline |
Definition at line 141 of file refinementGraphics.hh.
Member Function Documentation
◆ clone() [1/2]
|
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 161 of file refinementGraphics.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::ElementFormula< Real, concepts::Realtype< Real >::type >.
Implemented in concepts::PiecewiseFormulaFun< Real, Real >, concepts::PiecewiseFormula< Real >, and concepts::PiecewiseConstFormula< Real >.
◆ 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()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::PiecewiseFormulaBase< Real >.
Definition at line 164 of file refinementGraphics.hh.
◆ operator()() [1/12]
|
inlinevirtual |
Definition at line 149 of file refinementGraphics.hh.
◆ operator()() [2/12]
|
inlinevirtual |
Definition at line 155 of file refinementGraphics.hh.
◆ operator()() [3/12]
|
inlinevirtual |
Definition at line 143 of file refinementGraphics.hh.
◆ operator()() [4/12]
|
pure virtualinherited |
Gives the value in an particular cell on a particular point.
- Parameters
-
cell topological cell p physical coordinates t time
Implemented in concepts::PiecewiseFormulaFun< Real, Real >, concepts::PiecewiseFormula< Real >, concepts::PiecewiseConstDynArrayFormula< F >, concepts::PiecewiseConstFormula< F >, and concepts::PiecewiseConstFormula< Real >.
◆ operator()() [5/12]
|
pure virtualinherited |
◆ operator()() [6/12]
|
pure virtualinherited |
◆ operator()() [7/12]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
◆ operator()() [8/12]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
◆ operator()() [9/12]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
◆ operator()() [10/12]
|
inlinevirtualinherited |
Definition at line 52 of file piecewiseFormula.hh.
◆ operator()() [11/12]
|
inlinevirtualinherited |
Definition at line 57 of file piecewiseFormula.hh.
◆ operator()() [12/12]
|
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.
The documentation for this class was generated from the following file:
- estimator/refinementGraphics.hh