Skip to content
Snippets Groups Projects
Commit 3f6d7c12 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* Changed heat demo to work

parent 2f60c455
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ heat->space->polynomial degree: 1 ...@@ -8,7 +8,7 @@ heat->space->polynomial degree: 1
heat->space->dim: 2 heat->space->dim: 2
heat->space->mesh: heatMesh heat->space->mesh: heatMesh
heat->space->solver: cg heat->space->solver: bicgstab
heat->space->solver->max iteration: 1000 heat->space->solver->max iteration: 1000
heat->space->solver->restart: 10 % only used for GMRES heat->space->solver->restart: 10 % only used for GMRES
heat->space->solver->tolerance: 1.e-8 heat->space->solver->tolerance: 1.e-8
...@@ -22,7 +22,7 @@ heat->space->estimator->C1: 1.0 ...@@ -22,7 +22,7 @@ heat->space->estimator->C1: 1.0
heat->theta: 1.0 heat->theta: 1.0
heat->adapt->timestep: 0.1 heat->adapt->timestep: 0.001
heat->adapt->start time: 0.0 heat->adapt->start time: 0.0
heat->adapt->end time: 1.0 heat->adapt->end time: 1.0
......
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