Skip to content

WIP: Implement BrittleFractureLocalSolver for nonquadratic damage

Currently, the BrittleFractureLocalSolver class assumes that the energy is quadratic with obstacle in the damage direction. However, this is the case only for the AT-2 model. This patch adds a switch that allows to skip the assumption, and use a general bisection solver for the damage direction.

Merge request reports