DOLFIN
DOLFIN C++ interface
Static Public Member Functions | List of all members
dolfin::UnitTetrahedronMesh Class Reference

#include <UnitTetrahedronMesh.h>

Static Public Member Functions

static Mesh create ()
 Create mesh of unit tetrahedron.
 

Detailed Description

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.


The documentation for this class was generated from the following files: