Skip to content

Restore compatibility with PFEM

Boman Romain requested to merge make_pfem_compatible_again into master

Created by: bjbobach

The syntax in the PFEM scrips (xxx_fluid.py) has been corrected:

  • w.BackwardEuler(...) is now w.TimeIntegration(...)
  • v.Link2VTK(msh, scheme, True) is now v.Link2VTK(msh, scheme, False, True), where the False 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.

Merge request reports

Loading