Reference domain for triangle (2D). More...
#include <refdomain.h>
Static Public Member Functions | |
| static const Point2D * | get_vertices () |
| static const int * | get_edge_vertices (int edge) |
Static Protected Attributes | |
| static const Point2D | vertices [] |
| static const int2 | edge_vtcs [] = { { 0, 1 }, { 1, 2 }, { 2, 0 } } |
Reference domain for triangle (2D).
| static const int* RefTri::get_edge_vertices | ( | int | edge | ) | [inline, static] |
| static const Point2D* RefTri::get_vertices | ( | ) | [inline, static] |
const int2 RefTri::edge_vtcs = { { 0, 1 }, { 1, 2 }, { 2, 0 } } [static, protected] |
const Point2D RefTri::vertices [static, protected] |
{
{ -1.0, -1.0 },
{ 1.0, -1.0 },
{ -1.0, 1.0 }
}
1.6.3