The source project of this merge request has been removed.
PARMG cleanup, write out deformationfunction to a file, Continue the trustregionsolver with a smaller trustregion radius in case of an exception
1 unresolved thread
Compare changes
- lisa_julia.nebel_at_tu-dresden.de authored
Throw an exception in the Mooney-Rivlin-Energy-Calculation if det(∇φ) < 0 Then: In case an excpetion is thrown in either of these two calls, the trustregion solver will not accept the step and continue with a reduced radius
+ 100
− 80
@@ -316,6 +316,7 @@ void TrustRegionSolver<BasisType,VectorType>::solve()
@@ -394,97 +395,116 @@ void TrustRegionSolver<BasisType,VectorType>::solve()
@@ -495,7 +515,7 @@ void TrustRegionSolver<BasisType,VectorType>::solve()