Hermes2D  3.0
Hermes::Hermes2D::ErrorCalculator< Scalar >::ElementReference Struct Reference

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.
 

Detailed Description

template<typename Scalar>
struct Hermes::Hermes2D::ErrorCalculator< Scalar >::ElementReference

A reference to an element.

Definition at line 84 of file error_calculator.h.


The documentation for this struct was generated from the following file: