Name

packet (dim-dimensional triangulation) — A dim-dimensional triangulation packet

Synopsis

Content Model
packet ::= (simplices,
            fundgroup?, H1?,
            tag*, packet*)
Attributes
See the general packet element documentation.

Description

This type of triangulation packet stores a dim-dimensional triangulation, for dimensions 5 ≤ dim ≤ 15.

The top-dimensional simplices that form this triangulation and their corresponding facet gluings are specified by the child simplices element. Other optional child elements may store precalculated properties of this triangulation.

The roles played by the child tag and packet elements are described in the general packet element documentation.

Note

Regina supports triangulations in many dimensions. See also the elements packet (2-dimensional triangulation), packet (3-dimensional triangulation), and packet (4-dimensional triangulation).

Parents

The following elements contain packet: packet, reginadata.

Children

The following elements occur in packet for a dim-dimensional triangulation packet: fundgroup, H1, packet, tag, simplices.