hydrogym
hydrogym copied to clipboard
Use logger instead of PETSc.Sys.Print
There is currently a function hydrogym.firedrake.utils.utils.print
that calls the PETSc parallel-aware print function. It would make more sense (and avoid name collisions) to use the logging module instead.