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

Variables

const size_t dimension = 1
const Float measure = 1
const size_t n_vertex = 2
const point vertex [n_vertex]

Variable Documentation

◆ dimension

const size_t dimension = 1

Definition at line 65 of file reference_element.cc.

◆ measure

const Float measure = 1

Definition at line 66 of file reference_element.cc.

◆ n_vertex

const size_t n_vertex = 2

Definition at line 67 of file reference_element.cc.

◆ vertex

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

Definition at line 68 of file reference_element.cc.