This graph shows which files directly or indirectly include this file:

Namespaces | |
| namespace | Galeri |
| namespace | Galeri::FiniteElements |
Functions | |
| double | 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 | Length (const double *x, const double *y, const double *z) |
| Returns the distance between two points in space. | |
| double | AreaOfTriangle (const double *x, const double *y, const double *z) |
| Computes the area of a triangle in space. | |
| double | AreaOfQuad (const double *x, const double *y, const double *z) |
| Computes the are of a quadrilateral in space. | |
| double | VolumeOfTet (const double *X, const double *Y, const double *Z) |
| Computes the volume of a tetrahedron. | |
Variables | |
| const int | GALERI_INTERNAL = 0 |
| const int | GALERI_BOTTOM = -1 |
| const int | GALERI_RIGHT = -2 |
| const int | GALERI_TOP = -3 |
| const int | GALERI_LEFT = -4 |
| const int | GALERI_FRONT = -5 |
| const int | GALERI_REAR = -6 |
| const int | GALERI_DIRICHLET = 1000 |
| const int | GALERI_NEUMANN = 1001 |
| const int | GALERI_DO_NOTHING = 1009 |
1.3.9.1