![]() |
|
Base class for spatial error estimators. More...
#include <error_estimator.h>
Inheritance diagram for oomph::ErrorEstimator: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) |
| virtual void | get_element_errors (Mesh *&mesh_pt, Vector< double > &elemental_error, DocInfo &doc_info)=0 |
Base class for spatial error estimators.
|
delete |
Broken copy constructor.
|
inline |
Compute the elemental error-measures for a given mesh and store them in a vector.
References oomph::DocInfo::disable_doc().
Referenced by AxisymmetricVibratingShellProblem< ELEMENT >::compute_error_estimate(), VibratingShellProblem< ELEMENT >::compute_error_estimate(), TwoLayerInterfaceProblem< ELEMENT >::compute_error_estimate(), UnstructuredFluidProblem< ELEMENT >::compute_error_estimate(), BubbleInChannelProblem< ELEMENT >::compute_error_estimate(), DropInChannelProblem< ELEMENT >::compute_error_estimate(), 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.