Migrate from dune-fufem to dune-functions bases
Compare changes
Files
2- Lisa Julia Nebel authored
Wrap energy calculation and solving in a try-catch statement (mixedriemanniantrsolver, mixedlocalgfeadolcstiffness) In case an error occurs while solving or calculating the energy, the program does not stop but the error is handled in the Mixed-Riemannian Trust-Region solver and the program continues with a smaller trustregion-radius.
@@ -122,10 +122,14 @@ energy(const typename Basis::LocalView& localView,
@@ -122,10 +122,14 @@ energy(const typename Basis::LocalView& localView,