KASKADE 7 development version
Classes | Public Types | Public Member Functions | List of all members
Kaskade::HigherOrderRecovery< Grid, Space > Class Template Reference

Construct a higher order estimate for the finite element solution from gradient information. More...

#include <averaging_errorest.hh>

Detailed Description

template<class Grid, class Space>
class Kaskade::HigherOrderRecovery< Grid, Space >

Construct a higher order estimate for the finite element solution from gradient information.

Using the gradient information from an averaging estimator a higher order finite element function is constructed via a least squares fit

Definition at line 238 of file averaging_errorest.hh.

Public Types

typedef DiscontSpace ErrorGradientFunctionSpace
 
typedef Space ErrorFunctionSpace
 
typedef ErrorGradientFunctionSpace::template Element< Grid::dimension >::type ErrorGradientFunction
 
typedef ErrorFunctionSpace::template Element< 1 >::type ErrorFunction
 

Public Member Functions

void getErrorFunction (ErrorFunction &ex, ErrorGradientFunction const &gex)
 

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