RefTri Class Reference
[Reference domains]

Reference domain for triangle (2D). More...

#include <refdomain.h>

List of all members.

Static Public Member Functions

static const Point2Dget_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 } }

Detailed Description

Reference domain for triangle (2D).


Member Function Documentation

static const int* RefTri::get_edge_vertices ( int  edge  )  [inline, static]
static const Point2D* RefTri::get_vertices (  )  [inline, static]

Member Data Documentation

const int2 RefTri::edge_vtcs = { { 0, 1 }, { 1, 2 }, { 2, 0 } } [static, protected]
const Point2D RefTri::vertices [static, protected]
Initial value:
 {
        { -1.0, -1.0 },
        {  1.0, -1.0 },
        { -1.0,  1.0 }
}

The documentation for this class was generated from the following files:
Generated on Fri Sep 3 09:22:20 2010 for Hermes3D Library: Real Version by  doxygen 1.6.3