[][src]Module gut::mesh::tetmesh

Macro to implement constant size slice iterator. This can be used to create an iterator over cells of size 4 for instance like in TetMesh.

Tetmesh module. Describes tetrahedron mesh data structures and possible operations on them.

The root module defines the most basic tetmesh that other tetmeshes can extend.

Structs

TetMesh

A basic mesh composed of tetrahedra. This mesh is based on vertex positions and a list of vertex indices representing tetrahedra.

TetMeshExt

Mesh composed of tetrahedra, extended with its dual voronoi topology.