DOLFIN
DOLFIN C++ interface
|
#include <UnitTetrahedronMesh.h>
Static Public Member Functions | |
static Mesh | create () |
Create mesh of unit tetrahedron. | |
A mesh consisting of a single tetrahedron with vertices at
(0, 0, 0) (1, 0, 0) (0, 1, 0) (0, 0, 1)
This class is useful for testing.