Base class for spatial error estimators. More...
#include <error_estimator.h>
Public Member Functions | |
ErrorEstimator () | |
Default empty constructor. | |
ErrorEstimator (const ErrorEstimator &)=delete | |
Broken copy constructor. | |
void | operator= (const ErrorEstimator &)=delete |
Broken assignment operator. | |
virtual | ~ErrorEstimator () |
Empty virtual destructor. | |
void | get_element_errors (Mesh *&mesh_pt, Vector< double > &elemental_error) |
Compute the elemental error-measures for a given mesh and store them in a vector. | |
virtual void | get_element_errors (Mesh *&mesh_pt, Vector< double > &elemental_error, DocInfo &doc_info)=0 |
Compute the elemental error measures for a given mesh and store them in a vector. Doc errors etc. | |
Base class for spatial error estimators.
Definition at line 39 of file error_estimator.h.
|
inline |
Default empty constructor.
Definition at line 43 of file error_estimator.h.
|
delete |
Broken copy constructor.
|
inlinevirtual |
Empty virtual destructor.
Definition at line 52 of file error_estimator.h.
|
inline |
Compute the elemental error-measures for a given mesh and store them in a vector.
Definition at line 56 of file error_estimator.h.
References oomph::DocInfo::disable_doc(), and get_element_errors().
Referenced by get_element_errors().
|
pure virtual |
Compute the elemental error measures for a given mesh and store them in a vector. Doc errors etc.
Implemented in oomph::Z2ErrorEstimator, and oomph::DummyErrorEstimator.
|
delete |
Broken assignment operator.