#include <estimator.hh>
Public Member Functions | |
Est03 (bem::AdaptiveSpace< F > &spc, uint maxdim, concepts::Real trshld) | |
Constructor. | |
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: a: trshld * wavelet coefficient on level 0 if ((Wavelet coefficient of a leaf > a || Wavelet coefficient one level higher than a leaf > a)&& space dimension < maxdim) refine element; else stop;
F | Field (Real or Cmplx) |
Definition at line 146 of file estimator.hh.
|
inline |
Constructor.
Definition at line 173 of file estimator.hh.
void aglowav::Est03< F >::operator() | ( | const Haar3d< F > & | wavspc, |
const concepts::Function< F > & | f | ||
) |
Refines the adaptive constant space
MissingFeature |
|
inline |
Return 1 if there was some refinement Return 0 else
Definition at line 155 of file estimator.hh.