Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
rheolef::hexahedron

Variables

const size_t dimension = 3
const Float measure = 8
const size_t n_vertex = 8
const point vertex [n_vertex]
const size_t n_face = 6
const size_t face [n_face][4]
const size_t n_edge = 12
const size_t edge [n_edge][2]

Variable Documentation

◆ dimension

const size_t dimension = 3

Definition at line 98 of file reference_element.cc.

◆ measure

const Float measure = 8

Definition at line 99 of file reference_element.cc.

◆ n_vertex

const size_t n_vertex = 8

Definition at line 100 of file reference_element.cc.

◆ vertex

const point vertex[n_vertex]
Initial value:
= {
point(-1,-1,-1 ),
point( 1,-1,-1 ),
point( 1, 1,-1 ),
point(-1, 1,-1 ),
point(-1,-1, 1 ),
point( 1,-1, 1 ),
point( 1, 1, 1 ),
point(-1, 1, 1 ) }
see the point page for the full documentation

Definition at line 101 of file reference_element.cc.

◆ n_face

const size_t n_face = 6

Definition at line 110 of file reference_element.cc.

◆ face

const size_t face[n_face][4]
Initial value:
= {
{0, 3, 2, 1 },
{0, 4, 7, 3 },
{0, 1, 5, 4 },
{4, 5, 6, 7 },
{1, 2, 6, 5 },
{2, 3, 7, 6 } }

Definition at line 111 of file reference_element.cc.

◆ n_edge

const size_t n_edge = 12

Definition at line 118 of file reference_element.cc.

◆ edge

const size_t edge[n_edge][2]
Initial value:
= {
{0, 1 },
{1, 2 },
{2, 3 },
{3, 0 },
{0, 4 },
{1, 5 },
{2, 6 },
{3, 7 },
{4, 5 },
{5, 6 },
{6, 7 },
{7, 4 } }

Definition at line 119 of file reference_element.cc.