hydrogym icon indicating copy to clipboard operation
hydrogym copied to clipboard

Use logger instead of PETSc.Sys.Print

Open jcallaham opened this issue 11 months ago • 0 comments

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.

jcallaham avatar Mar 20 '24 08:03 jcallaham