$$ \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}}} \gdef\dvec#1{\bar{\vec #1}} $$

Module fenris::integrate

source ·
Expand description

Tools for integrating functions on finite element spaces.

Modules

Structs

Enums

Traits

Functions

  • Integrates the given function on the given element with the provided quadrature and interpolation weights.
  • Integrates the given volume function on the given element with the provided quadrature and interpolation weights.
  • Computes the Riemannian volume form for the given dimensions.