Restore compatibility with PFEM
Created by: bjbobach
The syntax in the PFEM scrips (xxx_fluid.py) has been corrected:
-
w.BackwardEuler(...)
is noww.TimeIntegration(...)
-
v.Link2VTK(msh, scheme, True)
is nowv.Link2VTK(msh, scheme, False, True)
, where theFalse
refers to wether or not you want the fields of the velocity components written to file
and in interfaces/Pfem.py some functions had their argument list updated.
All tests with PFEM have passed.