Skip to content
Snippets Groups Projects
Commit e21be917 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

increase maxIter

parent 546e836b
No related branches found
No related tags found
No related merge requests found
Pipeline #10890 passed
......@@ -405,7 +405,7 @@ int main(int argc, char **argv)
// Solve DDM
double tolerence = 1e-6;
int maxIter = 1000;
int maxIter = 10000;
formulation.pre();
formulation.solve("gmres", tolerence, maxIter, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment