25#ifndef P8EST_TETS_HEXES_H
26#define P8EST_TETS_HEXES_H
50sc_array_t *p8est_tets_read_node (
const char *nodefile);
60sc_array_t *p8est_tets_read_ele (
const char *elefile,
62 sc_array_t ** attributes);
70p8est_tets_t *p8est_tets_read (
const char *tetgenbasename);
int32_t p4est_topidx_t
Typedef for counting topological entities (trees, tree vertices).
Definition: p4est_base.h:93
The connectivity defines the coarse topology of the forest.
This structure holds the 3D inter-tree connectivity information.
Definition: p8est_connectivity.h:215
Definition: p8est_tets_hexes.h:31
sc_array_t * tet_attributes
The element_attributes array can contain one int attribute per tet.
Definition: p8est_tets_hexes.h:39
sc_array_t * nodes
The node array contains a triplet of double coordinates per node.
Definition: p8est_tets_hexes.h:33
sc_array_t * tets
The tet array contains a quartet of p4est_topidx_t nodes per tet.
Definition: p8est_tets_hexes.h:36