| 
| 
double  | Galeri::FiniteElements::Length (const double x1, const double y1, const double z1, const double x2, const double y2, const double z2) | 
|   | Returns the distance between two points in space. 
  | 
|   | 
| 
double  | Galeri::FiniteElements::Length (const double *x, const double *y, const double *z) | 
|   | Returns the distance between two points in space. 
  | 
|   | 
| 
double  | Galeri::FiniteElements::AreaOfTriangle (const double *x, const double *y, const double *z) | 
|   | Computes the area of a triangle in space. 
  | 
|   | 
| 
double  | Galeri::FiniteElements::AreaOfQuad (const double *x, const double *y, const double *z) | 
|   | Computes the are of a quadrilateral in space. 
  | 
|   | 
| 
double  | Galeri::FiniteElements::VolumeOfTet (const double *X, const double *Y, const double *Z) | 
|   | Computes the volume of a tetrahedron. 
  | 
|   | 
 | 
| 
const int  | Galeri::FiniteElements::GALERI_INTERNAL = 0 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_BOTTOM = -1 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_RIGHT = -2 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_TOP = -3 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_LEFT = -4 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_FRONT = -5 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_REAR = -6 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_DIRICHLET = 1000 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_NEUMANN = 1001 | 
|   | 
| 
const int  | Galeri::FiniteElements::GALERI_DO_NOTHING = 1009 | 
|   |