Skip to content

Generating an operator from UFL integrands

Martin Nolte requested to merge feature/compile-integrands into master

This patch series adds a new operator (called GalerkinOperator for the lack of a better name), which generates a dune-fem operator given only the integrands for the interior, boundary and skeleton integrals. These integrands can, then, be generated automatically from a UFL form.

Merge request reports