$$ \gdef\pd#1#2{\frac{\partial #1}{\partial #2}} \gdef\d#1{\, \mathrm{d}#1} \gdef\dx{\d{x}} \gdef\tr#1{\operatorname{tr} (#1)} $$ $$ \gdef\norm#1{\left \lVert #1 \right\rVert} \gdef\seminorm#1{| #1 |} $$ $$ \gdef\vec#1{\mathbf{\boldsymbol{#1}}} $$

Module fenris::space[][src]

Structs

A convenience wrapper for producing a FiniteElement from an indexed element in a FiniteElementSpace.

Traits

Describes the connectivity of elements in a finite element space.

The “new” FiniteElementSpace trait. Currently playground for new design

A finite element space whose elements can be seen as a collection of geometric entities.

A finite element space where GeometryDim == ReferenceDim.