You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UFL constraints are only available in fenics_adjoint/ufl_constraints. The example examples/stokes-topology/stokes-topology-rol-firedrake.py does not work as is. It's probably a simple fix to move ufl_constraints.py to pyadjoint instead.
I got it working for Firedrake by removing imports from fenics and firedrake_adjoint.types, which does not seem to exist.
The text was updated successfully, but these errors were encountered:
UFL constraints are only available in fenics_adjoint/ufl_constraints. The example examples/stokes-topology/stokes-topology-rol-firedrake.py does not work as is. It's probably a simple fix to move ufl_constraints.py to pyadjoint instead.
I got it working for Firedrake by removing imports from fenics and firedrake_adjoint.types, which does not seem to exist.
The text was updated successfully, but these errors were encountered: