gdmcbain / fenics-tuto-in-skfem

reproducing the examples from the FEniCS tutorial in scikit-fem
14 stars 1 forks source link

examples broken by changes to Mesh.save #7

Closed gdmcbain closed 4 years ago

gdmcbain commented 4 years ago

e.g. [01_poisson].

gdmcbain commented 4 years ago

Need to replace the last argument of

https://github.com/gdmcbain/fenics-tuto-in-skfem/blob/f10fc315e28d8677930e6c7257c2773cd6f6a8cf/01_poisson/st01_poisson.py#L26

with a Dict[str, np.ndarray].

{'u': u}
gdmcbain commented 4 years ago

This needs lxml.

gdmcbain commented 4 years ago

Fixed by #9.