|
Hermes2D
2.0
|
Integration points in the reference domain of an element of a candidate. More...
#include <proj_based_selector.h>
Public Attributes | |
| double3 * | gip_points |
| Integration points and weights. The first index is an index of an integration point, the second index is defined through the enum GIP2DIndices. | |
| int | num_gip_points |
| A number of integration points. | |
| Scalar ** | rvals |
| Values of a reference solution at the integration points. The first index is an index of the function expansion (f, df/dx, ...), the second index is an index of the integration point. The meaning of the second index is defined through the method precalc_ref_solution(). | |
Integration points in the reference domain of an element of a candidate.
The structure assumes Gauss Integration Points (GIP).
Definition at line 293 of file proj_based_selector.h.