Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
triangle.icc

triangle - reference element More...

Go to the source code of this file.

Macros

#define _RHEO_TRIANGLE_ICC

Variables

const size_t dimension = 2
const Float measure = 0.5
const size_t n_vertex = 3
const point vertex [n_vertex]
const size_t n_edge = 3
const size_t edge [n_edge][2]

Detailed Description

triangle - reference element

Definition in file triangle.icc.

Macro Definition Documentation

◆ _RHEO_TRIANGLE_ICC

#define _RHEO_TRIANGLE_ICC

Definition at line 3 of file reference_element.cc.

Variable Documentation

◆ dimension

const size_t dimension = 2

Definition at line 78 of file triangle.icc.

◆ measure

const Float measure = 0.5

Definition at line 79 of file triangle.icc.

◆ n_vertex

const size_t n_vertex = 3

Definition at line 80 of file triangle.icc.

◆ vertex

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

Definition at line 81 of file triangle.icc.

◆ n_edge

const size_t n_edge = 3

Definition at line 85 of file triangle.icc.

◆ edge

const size_t edge[n_edge][2]
Initial value:
= {
{ 0, 1 },
{ 1, 2 },
{ 2, 0 } }

Definition at line 86 of file triangle.icc.