TetraMesh

class subsurface.structs.unstructured_elements.TetraMesh(data: subsurface.structs.base_structures.unstructured_data.UnstructuredData)[source]

Bases: object

PointSet with tetrahedron cells.

This dataset defines cell connectivity between points to create tetrahedrons. This is volumetric.

Parameters

data (UnstructuredData) –

Base object for unstructured data.

data.cells represent the indices of the points for each tetrahedron in the mesh. Each column corresponds to a tetrahedron. Every tetrahedron is defined by the four points; where the first three (0,1,2) are the base of the tetrahedron which, using the right hand rule, forms a triangle whose normal points in the direction of the fourth point.

Attributes Summary

n_tetrahedrals

tetrahedrals

Attributes Documentation

n_tetrahedrals
tetrahedrals