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