Enum t8_ghost_type_t

Enum Documentation

enum t8_ghost_type_t

This type controls, which neighbors count as ghost elements.

Currently, we support face-neighbors. Vertex and edge neighbors will eventually be added.

Values:

enumerator T8_GHOST_NONE

Do not create ghost layer.

enumerator T8_GHOST_FACES

Consider all face (codimension 1) neighbors.

enumerator T8_GHOST_EDGES

Consider all edge (codimension 2) and face neighbors.

enumerator T8_GHOST_VERTICES

Consider all vertex (codimension 3) and edge and face neighbors.