Skip to content
Snippets Groups Projects
Commit 77223db1 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[test.stuff-la-solver] update exception

parent 321f6576
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ struct EllipticDiscretizations ...@@ -114,7 +114,7 @@ struct EllipticDiscretizations
bool success = true; bool success = true;
try { try {
linear_solver.apply(discretization.rhs_vector(), solution_vector, options); linear_solver.apply(discretization.rhs_vector(), solution_vector, options);
} catch (Stuff::Exceptions::linear_solver_failed_bc_matrix_did_not_fulfill_requirements&) { } catch (Stuff::Exceptions::linear_solver_failed_bc_data_did_not_fulfill_requirements&) {
error_msg << Stuff::Common::colorStringRed("matrix_did_not_fulfill_requirements"); error_msg << Stuff::Common::colorStringRed("matrix_did_not_fulfill_requirements");
success = false; success = false;
} catch (Stuff::Exceptions::linear_solver_failed_bc_it_did_not_converge&) { } catch (Stuff::Exceptions::linear_solver_failed_bc_it_did_not_converge&) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment