Hermes2D
3.0
|
Geometry - surface. More...
#include <forms.h>
Public Attributes | |
T | nx [H2D_MAX_INTEGRATION_POINTS_COUNT] |
T | ny [H2D_MAX_INTEGRATION_POINTS_COUNT] |
T | tx [H2D_MAX_INTEGRATION_POINTS_COUNT] |
T | ty [H2D_MAX_INTEGRATION_POINTS_COUNT] |
unsigned char | isurf |
Internal number of an edge of the element. | |
int | edge_marker |
Edge marker. | |
bool | orientation |
![]() | |
T | x [H2D_MAX_INTEGRATION_POINTS_COUNT] |
x-coordinates[in physical domain]. | |
T | y [H2D_MAX_INTEGRATION_POINTS_COUNT] |
y-coordinates[in physical domain]. | |
int | elem_marker |
Element marker (for both volumetric and surface forms). | |
Geometry - surface.
Definition at line 29 of file error_thread_calculator.h.
bool Hermes::Hermes2D::GeomSurf< T >::orientation |
0 .... if(nx, ny) is equal to the global normal, otherwise 1 (each edge has a unique global normal). Only for edge.
Definition at line 85 of file forms.h.
Referenced by Hermes::Hermes2D::init_geom_surf_allocated(), and Hermes::Hermes2D::InterfaceGeom< T >::InterfaceGeom().