Skip to content
Snippets Groups Projects
Commit 52056891 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Change data for testing

parent 1dd97e9b
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ int main() {
double const E = 1e8;
double const nu = 0.3;
int const refinements = 5;
size_t const solver_maxIterations = 1000;
size_t const solver_maxIterations = 10000;
double const solver_tolerance = 1e-5;
typedef Dune::YaspGrid<dim> GridType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment