KASKADE 7 development version
Public Types | Public Member Functions | List of all members
Kaskade::Bridge::ErrorEstimator< Implementation > Class Template Reference

Bridge class for an error estimator, implements AbstractErrorEstimator. More...

#include <dune_bridge.hh>

Detailed Description

template<typename Implementation>
class Kaskade::Bridge::ErrorEstimator< Implementation >

Bridge class for an error estimator, implements AbstractErrorEstimator.

An implementation must support:

Definition at line 374 of file dune_bridge.hh.

Inheritance diagram for Kaskade::Bridge::ErrorEstimator< Implementation >:
Kaskade::AbstractErrorEstimator

Public Types

typedef Implementation::Estimate Estimate
 

Public Member Functions

 ErrorEstimator (std::unique_ptr< Implementation > &imp)
 
virtual std::unique_ptr< AbstractErrorEstimatecreateEstimate (AbstractFunctionSpaceElement const &correction, AbstractLinearization const &lin) const
 

Member Typedef Documentation

◆ Estimate

template<typename Implementation >
typedef Implementation::Estimate Kaskade::Bridge::ErrorEstimator< Implementation >::Estimate

Definition at line 378 of file dune_bridge.hh.

Constructor & Destructor Documentation

◆ ErrorEstimator()

template<typename Implementation >
Kaskade::Bridge::ErrorEstimator< Implementation >::ErrorEstimator ( std::unique_ptr< Implementation > &  imp)
inline

Definition at line 380 of file dune_bridge.hh.

Member Function Documentation

◆ createEstimate()

template<typename Implementation >
virtual std::unique_ptr< AbstractErrorEstimate > Kaskade::Bridge::ErrorEstimator< Implementation >::createEstimate ( AbstractFunctionSpaceElement const &  correction,
AbstractLinearization const &  lin 
) const
inlinevirtual

Implements Kaskade::AbstractErrorEstimator.

Definition at line 382 of file dune_bridge.hh.


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