Skip to content
Snippets Groups Projects
Commit a940996b authored by Denis Louis's avatar Denis Louis
Browse files

adjusting the tolerance

parent 20fdcdb1
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ void solverFEMnonLinear(std::map<int, double> &electrostaticPressure,
previousTotalNodalForces[i] = 0;
currentTotalNodalForces[i] = 0;
}
double residualTolerance = 1e-12; // empirical
double residualTolerance = 1e-10; // empirical
double start5 = omp_get_wtime();
step_name = "further initialization of global variables for the iterative algorithm";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment