H2Lib  3.0
Data Fields
_tri2dref Struct Reference

Representation of the refinement relationship between two meshes. More...

#include <tri2d.h>

Data Fields

uintxf
 Father index of a vertex.
 
uintxt
 Type of father for a vertex: 0 means vertex, 1 means edge.
 
uintef
 Father index of an edge.
 
uintet
 Type of father for an edge: 1 means edge, 2 means triangle.
 
uinttf
 Father index of a triangle.
 

Detailed Description

Representation of the refinement relationship between two meshes.

This structure stores for each vertex, edge and triangle how it was created during the refinement algorithm:


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