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 incomplete refactoring of methods in customPDE override #256

Closed landinjm closed 1 month ago

landinjm commented 1 month ago

There was a refactor of the explicit update and renaming of the scalar and vector inverted matrices a while back. This was not applied to any applications that override solveIncrement() like the conserved Allen-Cahn application.

This PR fixes that.