gdmcbain/fenics-tuto-in-skfem

examples broken by changes to Mesh.save

Closed this issue · 4 comments

examples broken by changes to Mesh.save

e.g. [01_poisson].

Need to replace the last argument of

mesh.save('u.xdmf', u)

with a Dict[str, np.ndarray].

{'u': u}

This needs lxml.

Fixed by #9.