|
Hermes2D
3.0
|
A reference to an element. More...
#include <error_calculator.h>
Public Member Functions | |
| ElementReference () | |
| Constructor. It creates an invalid element reference. | |
| ElementReference (int comp, int element_id, double *error, double *norm) | |
Public Attributes | |
| int | element_id |
| An element ID. Invalid if below 0. | |
| int | comp |
| A component which this element belongs to. Invalid if below 0. | |
| double * | error |
| Pointer to the final error, respecting the errorType. | |
| double * | norm |
| Pointer to the norm. | |
A reference to an element.
Definition at line 84 of file error_calculator.h.