Introduce SumFunctionalConstrainedLinearization
Compare changes
@@ -6,7 +6,7 @@ namespace Dune::FracturePhasefields {
@@ -18,28 +18,34 @@ public:
@@ -49,10 +55,9 @@ public:
@@ -67,13 +72,13 @@ public:
@@ -105,9 +110,11 @@ public:
Previously, the brittle-fracture
program used a taylor-made linearization called ElasticEnergyConstrainedLinearization
. However, there wasn't actually anything elasticity-specific in the code, and therefore this MR replaces said class by a generic SumFunctionalConstrainedLinearization
.