Hermes2D  2.0
Hermes::Hermes2D::SurfPos Struct Reference

Determines the position on an element surface (edge in 2D and Face in 3D). More...

#include <traverse.h>

Public Attributes

int marker
 surface marker (surface = edge in 2D and face in 3D)
 
int surf_num
 local element surface number
 
Elementbase
 for internal use
 
int v1
 
int v2
 H2D only: edge endpoint vertex id numbers.
 
double t
 H2D only: position between v1 and v2 in the range[0..1].
 
double lo
 
double hi
 H2D only: for internal use.
 

Detailed Description

Determines the position on an element surface (edge in 2D and Face in 3D).

Used for the retrieval of boundary condition values.

Same in H2D and H3D.

Definition at line 40 of file traverse.h.


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