t8  1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
Variables
t8_geometry_occ.hxx File Reference

This geometry implements OpenCASCADE geometries. More...

#include <t8.h>
#include <t8_geometry/t8_geometry_base.hxx>
#include <t8_cmesh/t8_cmesh_types.h>

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.
 

Detailed Description

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.

Variable Documentation

◆ t8_edge_vertex_to_tree_vertex

const int t8_edge_vertex_to_tree_vertex[T8_ECLASS_MAX_EDGES][2]
extern

The vertices of each edge of a hexahedron.

Used in the occ geometry.