Introduce SumFunctionalConstrainedLinearization
All threads resolved!
All threads resolved!
Compare changes
@@ -18,86 +29,110 @@ public:
@@ -105,11 +140,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
.