estimator::PolynomialDegrees< dim > Class Template Referenceabstract
#include <refinementGraphics.hh>
Public Types | |
typedef concepts::Realtype< Real >::type | G |
typedef Real | value_type |
Public Member Functions | |
virtual PolynomialDegrees< dim > * | 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... | |
virtual Real | operator() (const concepts::Connector &cntr, const concepts::Real2d &p, const Real t=0.0) const |
virtual Real | operator() (const concepts::Connector &cntr, const concepts::Real3d &p, const Real t=0.0) const |
virtual Real | 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 |
template<class F = Real> | |
PolynomialDegrees (const concepts::SpaceOnCells< F > &space) | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
concepts::HashMap< const concepts::Connector * > | cntr_ |
Real | dflt_value_ |
default value More... | |
concepts::HashMap< concepts::Array< ushort > > | p_ |
Detailed Description
template<ushort dim = 2>
class estimator::PolynomialDegrees< dim >
Definition at line 15 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
◆ PolynomialDegrees()
|
inline |
Definition at line 19 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 118 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 121 of file refinementGraphics.hh.
◆ operator()() [1/12]
|
inlinevirtual |
Definition at line 88 of file refinementGraphics.hh.
◆ operator()() [2/12]
|
inlinevirtual |
Definition at line 103 of file refinementGraphics.hh.
◆ operator()() [3/12]
|
inlinevirtual |
Definition at line 73 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
◆ cntr_
|
private |
Definition at line 129 of file refinementGraphics.hh.
◆ dflt_value_
|
privateinherited |
default value
Definition at line 88 of file piecewiseFormula.hh.
◆ p_
|
private |
Definition at line 126 of file refinementGraphics.hh.
The documentation for this class was generated from the following file:
- estimator/refinementGraphics.hh