#include <buergDoerfler.hh>
Public Member Functions | |
BuergDoerfler (const concepts::SpaceOnCells< Real > &spc, const LocalEstimator< F > &estimator, const concepts::Vector< F > &sol) | |
virtual | ~BuergDoerfler () |
Destructor. | |
void | addRhs_f (const concepts::ElementFormula< F > &f, const Real c=1) |
void | addRhs_g (const concepts::ElementFormula< F > &g, const concepts::Set< uint > &set) |
void | addLhs (const concepts::BilinearForm< F > &, const Real c=1) |
void | compute () |
const concepts::Set< uint > & | marks () const |
Public Attributes | |
concepts::HashMap< Real > | indicator_H4_ |
concepts::HashMap< Real > | indicator_P1Iso_ |
concepts::HashMap< Real > | sup_H4_ |
concepts::HashMap< Real > | sup_P1Iso_ |
concepts::HashMap< uint > | dofs_H4_ |
concepts::HashMap< uint > | dofs_P1Iso_ |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Protected Attributes | |
concepts::Set< uint > | mark_ |
Class representing the hp marking strategy proposed by Buerg in this dissertation
Definition at line 271 of file buergDoerfler.hh.
void estimator::BuergDoerfler< F >::addRhs_f | ( | const concepts::ElementFormula< F > & | f, |
const Real | c = 1 |
||
) |
This adds the information of the right hand side on the domain
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inlineinherited |
Definition at line 17 of file marking.hh.
concepts::HashMap<uint> estimator::BuergDoerfler< F >::dofs_H4_ |
Definition at line 312 of file buergDoerfler.hh.
concepts::HashMap<uint> estimator::BuergDoerfler< F >::dofs_P1Iso_ |
Definition at line 313 of file buergDoerfler.hh.
concepts::HashMap<Real> estimator::BuergDoerfler< F >::indicator_H4_ |
Definition at line 302 of file buergDoerfler.hh.
concepts::HashMap<Real> estimator::BuergDoerfler< F >::indicator_P1Iso_ |
Definition at line 304 of file buergDoerfler.hh.
|
protectedinherited |
Definition at line 19 of file marking.hh.
concepts::HashMap<Real> estimator::BuergDoerfler< F >::sup_H4_ |
Definition at line 308 of file buergDoerfler.hh.
concepts::HashMap<Real> estimator::BuergDoerfler< F >::sup_P1Iso_ |
Definition at line 309 of file buergDoerfler.hh.