H2Lib  3.0
Data Fields
_tet3dref Struct Reference

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

#include <tet3d.h>

Data Fields

uintxf
 Father index of a vertex.
 
uintxt
 Father type for a vertex: 0 means vertex, 1 means edges.
 
uintef
 Father index of an edge.
 
uintet
 Father type for an edge: 1 means edge, 2 means face, 3 means tetrahedron.
 
uintff
 Father index of a face.
 
uintft
 Father type for a face: 2 means face, 3 means tetrahedron.
 
uinttf
 Father index of a tetrahedron.
 

Detailed Description

Representation of the refinement relationship between two meshes.

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


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