Tetrahedron

class dolfin.cpp.mesh.Tetrahedron(*args)

Bases: dolfin.cpp.mesh.CSGPrimitive3D

This class describes a Tetrahedron which can be used to build geometries using Constructive Solid Geometry (CSG).

Create tetrahedron defined by four corner points.

Arguments
x0 (Point)
Point.
x1 (Point)
Point.
x2 (Point)
Point.
x3 (Point)
Point.
thisown

The membership flag