Skip to content
Snippets Groups Projects
Commit a7a1ce73 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

tolerance reduced for bicgstab-solver

parent 399836fc
Branches
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ elliptMesh->macro file name: ./macro/macro.stand.2d ...@@ -4,9 +4,9 @@ elliptMesh->macro file name: ./macro/macro.stand.2d
elliptMesh->global refinements: 0 elliptMesh->global refinements: 0
ellipt->mesh: elliptMesh ellipt->mesh: elliptMesh
ellipt->dim: 2 ellipt->dim: 1
ellipt->components: 1
ellipt->polynomial degree[0]: 1 ellipt->polynomial degree[0]: 1
ellipt->components: 1
ellipt->solver: cg ellipt->solver: cg
ellipt->solver->ell: 1 ellipt->solver->ell: 1
...@@ -27,7 +27,7 @@ ellipt->marker[0]->MSGamma: 0.5 ...@@ -27,7 +27,7 @@ ellipt->marker[0]->MSGamma: 0.5
ellipt->adapt[0]->tolerance: 1e-4 ellipt->adapt[0]->tolerance: 1e-4
ellipt->adapt[0]->refine bisections: 2 ellipt->adapt[0]->refine bisections: 2
ellipt->adapt->max iteration: 0 ellipt->adapt->max iteration: 10
ellipt->output->filename: output/ellipt.2d ellipt->output->filename: output/ellipt.2d
ellipt->output->ParaView format: 1 ellipt->output->ParaView format: 1
......
...@@ -10,7 +10,7 @@ heat->space->mesh: heatMesh ...@@ -10,7 +10,7 @@ heat->space->mesh: heatMesh
heat->space->solver: bicgstab heat->space->solver: bicgstab
heat->space->solver->max iteration: 1000 heat->space->solver->max iteration: 1000
heat->space->solver->tolerance: 1.e-8 heat->space->solver->tolerance: 1.e-10
heat->space->solver->info: 2 heat->space->solver->info: 2
heat->space->solver->left precon: diag heat->space->solver->left precon: diag
heat->space->solver->right precon: no heat->space->solver->right precon: no
......
...@@ -11,7 +11,7 @@ nonlin->components: 1 ...@@ -11,7 +11,7 @@ nonlin->components: 1
nonlin->nonlin solver: newton nonlin->nonlin solver: newton
nonlin->solver: bicgstab nonlin->solver: bicgstab
nonlin->solver->max iteration: 1000 nonlin->solver->max iteration: 1000
nonlin->solver->tolerance: 1.e-8 nonlin->solver->tolerance: 1.e-10
nonlin->solver->info: 2 nonlin->solver->info: 2
nonlin->solver->left precon: ilu nonlin->solver->left precon: ilu
nonlin->solver->right precon: no nonlin->solver->right precon: no
......
...@@ -11,7 +11,7 @@ vecellipt->polynomial degree[1]: 1 ...@@ -11,7 +11,7 @@ vecellipt->polynomial degree[1]: 1
vecellipt->solver: bicgstab vecellipt->solver: bicgstab
vecellipt->solver->max iteration: 1000 vecellipt->solver->max iteration: 1000
vecellipt->solver->tolerance: 1.e-8 vecellipt->solver->tolerance: 1.e-10
vecellipt->solver->info: 2 vecellipt->solver->info: 2
vecellipt->solver->left precon: diag vecellipt->solver->left precon: diag
vecellipt->solver->right precon: no vecellipt->solver->right precon: no
......
...@@ -12,7 +12,7 @@ vecheat->space->components: 2 ...@@ -12,7 +12,7 @@ vecheat->space->components: 2
vecheat->space->solver: bicgstab vecheat->space->solver: bicgstab
vecheat->space->solver->max iteration: 1000 vecheat->space->solver->max iteration: 1000
vecheat->space->solver->tolerance: 1.e-8 vecheat->space->solver->tolerance: 1.e-10
vecheat->space->solver->info: 2 vecheat->space->solver->info: 2
vecheat->space->solver->left precon: diag vecheat->space->solver->left precon: diag
vecheat->space->solver->right precon: no vecheat->space->solver->right precon: no
......
...@@ -12,7 +12,7 @@ vecheat->space->components: 2 ...@@ -12,7 +12,7 @@ vecheat->space->components: 2
vecheat->space->solver: bicgstab vecheat->space->solver: bicgstab
vecheat->space->solver->max iteration: 1000 vecheat->space->solver->max iteration: 1000
vecheat->space->solver->tolerance: 1.e-8 vecheat->space->solver->tolerance: 1.e-10
vecheat->space->solver->info: 2 vecheat->space->solver->info: 2
vecheat->space->solver->left precon: diag vecheat->space->solver->left precon: diag
vecheat->space->solver->right precon: no vecheat->space->solver->right precon: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment