Class documentation of Concepts

Loading...
Searching...
No Matches

#include <buergDoerfler.hh>

Inheritance diagram for estimator::BuergDoerfler< F >:
estimator::Marking concepts::OutputOperator

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_
 

Detailed Description

template<class F = Real>
class estimator::BuergDoerfler< F >

Class representing the hp marking strategy proposed by Buerg in this dissertation

Definition at line 271 of file buergDoerfler.hh.

Member Function Documentation

◆ addRhs_f()

template<class F = Real>
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

◆ info()

template<class F = Real>
virtual std::ostream & estimator::BuergDoerfler< F >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ marks()

const concepts::Set< uint > & estimator::Marking::marks ( ) const
inlineinherited

Definition at line 17 of file marking.hh.

Member Data Documentation

◆ dofs_H4_

template<class F = Real>
concepts::HashMap<uint> estimator::BuergDoerfler< F >::dofs_H4_

Definition at line 312 of file buergDoerfler.hh.

◆ dofs_P1Iso_

template<class F = Real>
concepts::HashMap<uint> estimator::BuergDoerfler< F >::dofs_P1Iso_

Definition at line 313 of file buergDoerfler.hh.

◆ indicator_H4_

template<class F = Real>
concepts::HashMap<Real> estimator::BuergDoerfler< F >::indicator_H4_

Definition at line 302 of file buergDoerfler.hh.

◆ indicator_P1Iso_

template<class F = Real>
concepts::HashMap<Real> estimator::BuergDoerfler< F >::indicator_P1Iso_

Definition at line 304 of file buergDoerfler.hh.

◆ mark_

concepts::Set<uint> estimator::Marking::mark_
protectedinherited

Definition at line 19 of file marking.hh.

◆ sup_H4_

template<class F = Real>
concepts::HashMap<Real> estimator::BuergDoerfler< F >::sup_H4_

Definition at line 308 of file buergDoerfler.hh.

◆ sup_P1Iso_

template<class F = Real>
concepts::HashMap<Real> estimator::BuergDoerfler< F >::sup_P1Iso_

Definition at line 309 of file buergDoerfler.hh.


The documentation for this class was generated from the following file: