prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
229 stars 119 forks source link

Fixed warnings & EquationDependencyParser logic #235

Closed landinjm closed 2 months ago

landinjm commented 2 months ago

The assert statements in EquationDependencyParser were wrong. Also, I fixed all the errors when compiling the main library (not the application level). It mostly consisted of marking functions as overrides, ignoring truncation errors in snprintf, and reordering the AdaptiveRefinement class declaration in matrixFreePDE

landinjm commented 2 months ago

I also fixed the warnings on the units tests and most of the applications.