| 
    t8
    1.2.0
    
   t8code is a C library to manage a forest of adaptive                           space-trees of general element classes in parallel. 
   | 
 
This geometry implements OpenCASCADE geometries. More...
Go to the source code of this file.
Variables | |
| const int | t8_edge_vertex_to_tree_vertex [T8_ECLASS_MAX_EDGES][2] | 
| The vertices of each edge of a hexahedron.  More... | |
| const int | t8_edge_to_face [T8_ECLASS_MAX_EDGES][2] | 
| The faces connected to each edge.  | |
| const int | t8_face_edge_to_tree_edge [T8_ECLASS_MAX_FACES][T8_ECLASS_MAX_EDGES_2D] | 
| The edges of a face to the edges of a tree.  | |
This geometry implements OpenCASCADE geometries.
It enables the option to link different 1 and 2 dimensional occ geometries to the edges and faces of refinement trees. The geometry of the refinement tree is extended into the volume accordingly.
      
  | 
  extern | 
The vertices of each edge of a hexahedron.
Used in the occ geometry.