Public Member Functions |
Protected Member Functions |
Protected Attributes |
Private Attributes |
List of all members
estimator::AprioriVertex< F, dim > Class Template Reference
** More...
#include <refinement.hh>
Inheritance diagram for estimator::AprioriVertex< F, dim >:
Public Member Functions | |
void | addVertex (const uint attrb) |
virtual void | apply (concepts::SpaceOnCells< Real > &space) |
AprioriVertex (const concepts::SpaceOnCells< F > &space, const uint attrb) | |
void | buildRefinement (const Marking &mark, const concepts::LocalEstimator< F > &estimator) |
virtual | ~AprioriVertex () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Protected Attributes | |
concepts::HashMap< concepts::AdaptiveAdjustP< dim > > | adjusts_ |
Private Attributes | |
concepts::Set< uint > | attrbs_ |
concepts::HashMap< const concepts::Cell * > | cells_ |
Detailed Description
template<class F = Real, ushort dim = 2>
class estimator::AprioriVertex< F, dim >
**
hp adaptive strat that performes h refinement if element has vertex that is given else p refinement
Definition at line 466 of file refinement.hh.
Constructor & Destructor Documentation
◆ AprioriVertex()
template<class F = Real, ushort dim = 2>
|
inline |
- Parameters
-
attrb attribute of a vertex
Definition at line 473 of file refinement.hh.
◆ ~AprioriVertex()
template<class F = Real, ushort dim = 2>
|
inlinevirtual |
Definition at line 487 of file refinement.hh.
Member Function Documentation
◆ addVertex()
template<class F = Real, ushort dim = 2>
|
inline |
Definition at line 489 of file refinement.hh.
◆ apply()
|
inlinevirtualinherited |
Implements estimator::Refinement< Real >.
Definition at line 64 of file refinement.hh.
◆ buildRefinement()
template<class F = Real, ushort dim = 2>
|
inline |
Definition at line 494 of file refinement.hh.
◆ info()
template<class F = Real, ushort dim = 2>
|
inlineprotectedvirtual |
Returns information in an output stream.
Implements estimator::Refinement< Real >.
Definition at line 528 of file refinement.hh.
Member Data Documentation
◆ adjusts_
|
protectedinherited |
Definition at line 87 of file refinement.hh.
◆ attrbs_
template<class F = Real, ushort dim = 2>
|
private |
Definition at line 538 of file refinement.hh.
◆ cells_
template<class F = Real, ushort dim = 2>
|
private |
Definition at line 541 of file refinement.hh.
The documentation for this class was generated from the following file:
- estimator/refinement.hh