Skip to content

Nohxt, optional petsc

Jonathan Lambrechts requested to merge nohxt into master

Remove hxt linear system, replace by 1) petsc4py if available at runtime (not needed at compile time) 2) scipy.sparse otherwise (slower). fluid.implicit_euler implemented in python, linear system calls in python.

Merge request reports