tianjuxue / jax-am

Additive manufacturing simulation with JAX.
https://jax-am.readthedocs.io/en/latest/
GNU General Public License v3.0
265 stars 56 forks source link

Added verbose logging. #17

Closed itk22 closed 1 year ago

itk22 commented 1 year ago

Hi @tianjuxue, In this PR, I introduced verbose logging with Python's logging module, as well as a new decorator for timing specific functions in the solver. The decorator is similar in functionality to the existing walltime decorator but is intended purely for debugging/ profiling.