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

Use a very small problem for now

parent 061d9c9c
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ int main() {
// FIXME: Random values
double const E = 1e8;
double const nu = 0.3;
int const refinements = 5;
size_t const solver_maxIterations = 10000;
int const refinements = 1;
size_t const solver_maxIterations = 10;
double const solver_tolerance = 1e-4;
typedef Dune::YaspGrid<dim> GridType;
......
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