Skip to content
Snippets Groups Projects
Commit 9e0f3579 authored by Laura Stengel's avatar Laura Stengel
Browse files

enabled scalePenalty in LagrangeElasticity

parent 0543f69b
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ public:
void Scale (double s) const {
//TODO warum konvergiert der LandBenchmark mit mehreren PressureSteps nicht, wenn einkommentiert?
Material &cellMat = eProblem.GetMaterial();
// cellMat.ScalePenalty(s*s);
cellMat.ScalePenalty(s*s);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment