hp2D::ExplicitResidual2D< F >::Distance Class Referenceabstract
Weight class for 2d Elements. More...
#include <explicitResidual.hh>
Public Types | |
typedef Real | value_type |
Public Member Functions | |
virtual Distance * | clone () const |
Virtual constructor. More... | |
virtual ElementFormula< Real, typename Realtype< Real >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
Distance (Real alpha=0) | |
virtual F | operator() (const concepts::ElementWithCell< typename concepts::Realtype< F >::type > &elm, const concepts::Real p, const concepts::Real t=0.0) const |
virtual F | operator() (const concepts::ElementWithCell< typename concepts::Realtype< F >::type > &elm, const concepts::Real2d &p, const concepts::Real t=0.0) const |
virtual F | operator() (const concepts::ElementWithCell< typename concepts::Realtype< F >::type > &elm, const concepts::Real3d &p, const concepts::Real t=0.0) const |
virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual | ~Distance () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
Real | alpha_ |
Detailed Description
template<class F>
class hp2D::ExplicitResidual2D< F >::Distance
Weight class for 2d Elements.
It holds Distance(refelm, p2d) = dist(p2d, \partial refelm)^(alpha)
For detailed documentation check the paper " On residual-based a posteriori error estimation in hp-FEM " by J.M. Melenk and B.I. Wohlmuth.
This is used for local residual weight L2products
Definition at line 235 of file explicitResidual.hh.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ Distance()
|
inline |
Definition at line 239 of file explicitResidual.hh.
◆ ~Distance()
|
inlinevirtual |
Definition at line 266 of file explicitResidual.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 264 of file explicitResidual.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 269 of file explicitResidual.hh.
◆ operator()() [1/6]
|
inlinevirtual |
Definition at line 241 of file explicitResidual.hh.
◆ operator()() [2/6]
|
inlinevirtual |
Definition at line 246 of file explicitResidual.hh.
◆ operator()() [3/6]
|
inlinevirtual |
Definition at line 258 of file explicitResidual.hh.
◆ operator()() [4/6]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
◆ operator()() [5/6]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
◆ operator()() [6/6]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
Member Data Documentation
◆ alpha_
|
private |
Definition at line 275 of file explicitResidual.hh.
The documentation for this class was generated from the following file:
- estimator/explicitResidual.hh