This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Dolfin 1.6.0 and enriched function spaces

+1 vote

I'm getting the error in fem::solving.py when solving the Stokes' equation with mini elements:

Traceback (most recent call last):
  File "demo_stokes-mini.py", line 66, in <module>
    solve(a == L, w, bcs)
  File "/usr/lib/python2.7/dist-packages/dolfin/fem/solving.py", line 297, in solve
    _solve_varproblem(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/dolfin/fem/solving.py", line 326, in _solve_varproblem
    solver.solve()
RuntimeError: evaluate_dof(s) for enriched element not implemented.

Code found here

Perhaps has something to do with this?

asked Aug 24, 2015 by pf4d FEniCS User (2,970 points)
edited Aug 24, 2015 by pf4d
...