Rodin::Variational::F namespace

Contains built-in functions.

Variables

static const X x
Represents the first coordinate of the point.
static const Y y
Represents the first coordinate of the point.
static const Z z
Represents the first coordinate of the point.

Variable documentation

static const X Rodin::Variational::F::x

Represents the first coordinate of the point.

Represents the function $ f : \mathcal{T}_h \rightarrow \mathbb{R} $ defined by:

\[ f(x_1, \cdots, x_d) = x_1 \: . \]

static const Y Rodin::Variational::F::y

Represents the first coordinate of the point.

Represents the function $ f : \mathcal{T}_h \rightarrow \mathbb{R} $ defined by:

\[ f(x_1, \cdots, x_d) = x_2 \: . \]

static const Z Rodin::Variational::F::z

Represents the first coordinate of the point.

Represents the function $ f : \mathcal{T}_h \rightarrow \mathbb{R} $ defined by:

\[ f(x_1, \cdots, x_d) = x_3 \: . \]