hippylib / hippylib

An Extensible Software Framework for Large-Scale Inverse Problems
https://hippylib.github.io
GNU General Public License v2.0
138 stars 41 forks source link

Use `ufl` instead of `dolfin` in definition of variational forms #43

Closed uvilla closed 4 years ago

uvilla commented 4 years ago

dolfinx is restructuring the way dolfin packages and functions are imported.

A small step towards supporting dolfinx (or maybe even firedrake is to use directly functions from the ufl package when defining weak forms.

This includes:

uvilla commented 4 years ago

Closed by PR #46