mesh-adaptation / animate

Anisotropic mesh adaptation toolkit for Firedrake
MIT License
5 stars 0 forks source link

Introduce logging functionality #122

Open jwallwork23 opened 4 months ago

jwallwork23 commented 4 months ago

Animate is currently lacking logging functionality, which can be very useful for debugging. It would be a very useful addition.

ddundo commented 4 months ago

Perhaps we could just port goalie.log into animate, and then use animate.log in goalie?

jwallwork23 commented 4 months ago

Perhaps we could just port goalie.log into animate, and then use animate.log in goalie?

I think it would be good to have separate logging systems, but for Goalie's to pick up Animate's. Similar to Firedrake and Thetis.