iUFL is a compiler of UFL expressions to instances of DOLFIN Expressions
.
Original iUFL (python2) is available at https://github.com/MiroK/ufl-interpreter
This version is an adaptation of the original codes that fits python3 and Fenics2019.1.0.
In particular, it fits UserExpressions
.
Download use pip install .
to use it.