Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
a7a1ce73
Commit
a7a1ce73
authored
Jul 21, 2011
by
Praetorius, Simon
Browse files
tolerance reduced for bicgstab-solver
parent
399836fc
Changes
6
Hide whitespace changes
Inline
Side-by-side
demo/init/ellipt.dat.2d
View file @
a7a1ce73
...
...
@@ -4,9 +4,9 @@ elliptMesh->macro file name: ./macro/macro.stand.2d
elliptMesh->global refinements: 0
ellipt->mesh: elliptMesh
ellipt->dim: 2
ellipt->dim: 1
ellipt->components: 1
ellipt->polynomial degree[0]: 1
ellipt->components: 1
ellipt->solver: cg
ellipt->solver->ell: 1
...
...
@@ -27,7 +27,7 @@ ellipt->marker[0]->MSGamma: 0.5
ellipt->adapt[0]->tolerance: 1e-4
ellipt->adapt[0]->refine bisections: 2
ellipt->adapt->max iteration: 0
ellipt->adapt->max iteration:
1
0
ellipt->output->filename: output/ellipt.2d
ellipt->output->ParaView format: 1
...
...
demo/init/heat.dat.3d
View file @
a7a1ce73
...
...
@@ -10,7 +10,7 @@ heat->space->mesh: heatMesh
heat->space->solver: bicgstab
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->left precon: diag
heat->space->solver->right precon: no
...
...
demo/init/nonlin.dat.2d
View file @
a7a1ce73
...
...
@@ -11,7 +11,7 @@ nonlin->components: 1
nonlin->nonlin solver: newton
nonlin->solver: bicgstab
nonlin->solver->max iteration: 1000
nonlin->solver->tolerance: 1.e-
8
nonlin->solver->tolerance: 1.e-
10
nonlin->solver->info: 2
nonlin->solver->left precon: ilu
nonlin->solver->right precon: no
...
...
demo/init/vecellipt.dat.3d
View file @
a7a1ce73
...
...
@@ -11,7 +11,7 @@ vecellipt->polynomial degree[1]: 1
vecellipt->solver: bicgstab
vecellipt->solver->max iteration: 1000
vecellipt->solver->tolerance: 1.e-
8
vecellipt->solver->tolerance: 1.e-
10
vecellipt->solver->info: 2
vecellipt->solver->left precon: diag
vecellipt->solver->right precon: no
...
...
demo/init/vecheat.dat.2d
View file @
a7a1ce73
...
...
@@ -12,7 +12,7 @@ vecheat->space->components: 2
vecheat->space->solver: bicgstab
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->left precon: diag
vecheat->space->solver->right precon: no
...
...
demo/init/vecheat.dat.3d
View file @
a7a1ce73
...
...
@@ -12,7 +12,7 @@ vecheat->space->components: 2
vecheat->space->solver: bicgstab
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->left precon: diag
vecheat->space->solver->right precon: no
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment