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

Add support for `IMPLICIT_TIME_DEPENDENT` equation types. #228

Closed landinjm closed 1 month ago

landinjm commented 2 months ago

This requires the addition of var_old evaluation flags (the values at the previous timestep) and additional infrastructure to store these fields.

Ideally, we only store the previous values for implicit fields.

landinjm commented 1 month ago

When this issue is closed, it should be fine to delete the 3 deprecated implicit branches on the main repo