Still related to #6116 this just removes one level of branching to make the code simpler to read. solve_stokes is now always inside the try-catch block, but if use_Newton_failsafe is false, we just rethrow the exception immediately in the catch block.
Still related to #6116 this just removes one level of branching to make the code simpler to read.
solve_stokes
is now always inside the try-catch block, but ifuse_Newton_failsafe
is false, we just rethrow the exception immediately in the catch block.