You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small bug is observed in the implementation of the Phase-field Element w.r.t., the degradation function (factor). In the code, factor = 1.0-phase*phase+self.k. Lines L86, L149. However, for AT1/AT2 phase-field fracture models, the degradation function needs to be, factor = pow(1.0-phase,2)+self.k.
The text was updated successfully, but these errors were encountered:
A small bug is observed in the implementation of the Phase-field Element w.r.t., the degradation function (factor). In the code, factor = 1.0-phase*phase+self.k. Lines L86, L149. However, for AT1/AT2 phase-field fracture models, the degradation function needs to be, factor = pow(1.0-phase,2)+self.k.
The text was updated successfully, but these errors were encountered: