Estimator Class Reference
[General Purpose Equations]
#include <Estimator.h>
Detailed Description
To calculate an a posteriori estimator of the solution.This class enables calculating an estimator of a solution in order to evaluate reliability. Estimation uses the so-called Zienkiewicz-Zhu estimator.
Public Member Functions | |
| Estimator (Mesh &m) | |
| Constructor using finite element mesh. | |
| Estimator () | |
| Default Constructor. | |
| double | getAverage () const |
| Return averaged error. | |
| const Mesh & | getMesh () const |
| Return a reference to the finite element mesh. | |
| void | setError (const NodeVect< double > &u) |
| Calculate error using NodeVect solution vector u. | |
| ~Estimator () | |
| Destructor. | |
Public Attributes | |
| ElementVect< double > | Err |
| Elementwise vector error. | |