#include <estimator.hh>
Public Member Functions | |
| Est02 (bem::AdaptiveSpace< F > &spc, uint maxdim, concepts::Real trshld, concepts::Real s=1.0) | |
| bool | refine () const |
| void | operator() (const Haar3d< F > &wavspc, const concepts::Function< F > &f) |
| void | operator() (const Haar3d< F > &wavspc, const concepts::Vector< F > &f) |
Error estimator for the constant space. The refinement decision is made accordingly to the wavelet coefficients of the agglomerated wavelet space based on the constant space. Refinement: refinement if the weighted 






A spezialization of this (supports are always divided by 2) is implemented in ErrEstimator04.
| F | Field (Real or Cmplx) |
Definition at line 88 of file estimator.hh.
|
inline |
Constructor
| spc | Space |
| maxdim | Maximal dimension of the space |
| s | Smoothness of the solution |
Definition at line 121 of file estimator.hh.
| void aglowav::Est02< F >::operator() | ( | const Haar3d< F > & | wavspc, |
| const concepts::Function< F > & | f | ||
| ) |
Refines the adaptive constant space
| MissingFeature |
| void aglowav::Est02< F >::operator() | ( | const Haar3d< F > & | wavspc, |
| const concepts::Vector< F > & | f | ||
| ) |
| MissingFeature |
|
inline |
Return 1 if there was some refinement Return 0 else
Definition at line 101 of file estimator.hh.