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

Refactor linear/nonlinear solves in `solveIncrement.cc` #265

Closed landinjm closed 1 month ago

landinjm commented 1 month ago

Refactoring the implicit solves in solveIncrement. In a later commit, we should split up the linear and the nonlinear parts.

Closes #126

landinjm commented 1 month ago

I made an infinite loop in the refactor by accident :(. We should add some sort of time limit clause for the CI.