Rheolef
7.2
an efficient C++ finite element environment
|
tetrahedron
- reference element
More...
Go to the source code of this file.
Macros | |
#define | _RHEO_TETRA_ICC |
Variables | |
const size_t | dimension = 3 |
const Float | measure = Float(1.)/Float(6.) |
const size_t | n_vertex = 4 |
const point | vertex [n_vertex] |
const size_t | n_face = 4 |
const size_t | face [n_face][3] |
const size_t | n_edge = 6 |
const size_t | edge [n_edge][2] |
tetrahedron
- reference element
Definition in file tetrahedron.icc.
#define _RHEO_TETRA_ICC |
Definition at line 2 of file tetrahedron.icc.
const size_t dimension = 3 |
Definition at line 107 of file tetrahedron.icc.
Definition at line 108 of file tetrahedron.icc.
const size_t n_vertex = 4 |
Definition at line 109 of file tetrahedron.icc.
const size_t n_face = 4 |
Definition at line 115 of file tetrahedron.icc.
const size_t face[n_face][3] |
Definition at line 116 of file tetrahedron.icc.
const size_t n_edge = 6 |
Definition at line 121 of file tetrahedron.icc.
Definition at line 122 of file tetrahedron.icc.