CorbinFoucart / FEMexperiment

Numerical experiments and tools for different finite element solvers
MIT License
1 stars 0 forks source link

print to logger #2

Open CorbinFoucart opened 6 years ago

CorbinFoucart commented 6 years ago

there are print statements everywhere, these should be switched out for logger calls.

CorbinFoucart commented 6 years ago

The underlying FEM_base should be cleaned up and finalized before logger stuff is handled. logging is a better fit for actual application of the code rather than the backend.