|
| template<class F = Real> |
| | PolynomialDegrees (const concepts::SpaceOnCells< F > &space) |
| |
| virtual Real | operator() (const concepts::Connector &cntr, const Real p, const Real t=0.0) const |
| |
| 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 PolynomialDegrees< dim > * | clone () const |
| | Virtual copy constructor.
|
| |
| 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 |
| |
| virtual Real | operator() (const Connector &cntr, const Real p, const Real t=0.0) const=0 |
| |
|
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 F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const =0 |
| |
| 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 |
| |
| virtual const Real & | dflt_value () const |
| | Gives default value.
|
| |
| virtual Real & | dflt_value () |
| | Gives default value.
|
| |
template<ushort dim = 2>
class estimator::PolynomialDegrees< dim >
Definition at line 15 of file refinementGraphics.hh.
template<typename F , typename
G = typename Realtype<F>::type>
Evaluates the formula.
- Parameters
-
| elm | Element |
| p | Point in space in local element coordinates |
| t | Point in time |
Implemented in concepts::ComposeFormulaMatVec< F, DIM, G >, concepts::ComposeFormulaVecEntry< F, DIM, G >, concepts::ElementFormulaContainer< F, G >, concepts::ElementFormulaContainer< concepts::Point< F, 2 >, G >, concepts::FrmE_Component< F, G, H >, concepts::FrmE_Component_Matrix< F, G, H >, concepts::FrmE_Conjugate< F, G >, concepts::FrmE_Inverse< F, G >, concepts::FrmE_PointToMapping< dim, F, G >, concepts::FrmE_PointsToMapping< 2, F, G >, concepts::FrmE_Trace< dim, 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::VectorElementFormulaBase< F, 2, G >, concepts::VectorElementFormulaBase< F, 3, G >, concepts::PiecewiseElementFormula< F, G >, concepts::DirichletElementFormula< F, G >, concepts::ElementFormulaCompose< F, G, H >, concepts::ComposeFormulaMatVec< F, DIM, G >, and concepts::ComposeFormulaVecEntry< F, DIM, G >.
template<typename F , typename
G = typename Realtype<F>::type>
Evaluates the formula.
- Parameters
-
| elm | Element |
| p | Point in space in local element coordinates |
| t | Point in time |
Implemented in concepts::ComposeFormulaMatVec< F, DIM, G >, concepts::ComposeFormulaVecEntry< F, DIM, G >, concepts::ElementFormulaContainer< F, G >, concepts::ElementFormulaContainer< concepts::Point< F, 2 >, G >, concepts::FrmE_Component< F, G, H >, concepts::FrmE_Component_Matrix< F, G, H >, concepts::FrmE_Conjugate< F, G >, concepts::FrmE_Inverse< F, G >, concepts::FrmE_PointToMapping< dim, F, G >, concepts::FrmE_PointsToMapping< 2, F, G >, concepts::FrmE_Trace< dim, 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::VectorElementFormulaBase< F, 2, G >, concepts::VectorElementFormulaBase< F, 3, G >, concepts::PiecewiseElementFormula< F, G >, concepts::DirichletElementFormula< F, G >, concepts::ElementFormulaCompose< F, G, H >, concepts::ComposeFormulaMatVec< F, DIM, G >, and concepts::ComposeFormulaVecEntry< F, DIM, G >.