Skip to content

Rework the setup of ufl local functions to make it possible to pickle them.

Andreas Dedner requested to merge feature/pickleUFLFunctions into master

This actually simplifies the way the UFLLocalFunction class is constructed (one less wrapper class). It hopefully does not have unexpected consequences.

Merge request reports