Base class for spatial error estimators. More...
#include <error_estimator.h>
Public Member Functions | |
ErrorEstimator () | |
Default empty constructor. More... | |
ErrorEstimator (const ErrorEstimator &)=delete | |
Broken copy constructor. More... | |
void | operator= (const ErrorEstimator &)=delete |
Broken assignment operator. More... | |
virtual | ~ErrorEstimator () |
Empty virtual destructor. More... | |
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. More... | |
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. More... | |
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().
Referenced by oomph::Problem::adapt(), oomph::Problem::doc_errors(), oomph::Problem::get_all_error_estimates(), oomph::Problem::p_adapt(), and oomph::METIS::partition_mesh().
|
pure virtual |
Compute the elemental error measures for a given mesh and store them in a vector. Doc errors etc.
Implemented in oomph::DummyErrorEstimator, and oomph::Z2ErrorEstimator.
|
delete |
Broken assignment operator.