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

demos updated

parent d63982cd
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ bunny->dim: 2
bunny->components: 1
bunny->polynomial degree[0]: 1
bunny->solver: cg
bunny->solver: umfpack
bunny->solver->max iteration: 100
bunny->solver->tolerance: 1.e-8
bunny->solver->info: 5
......
dimension of world: 2
parametricMesh->macro file name: ./macro/macro.stand.2d
parametricMesh->global refinements: 10
parametric->a: 0.2
parametric->b: 1.0
parametric->s: 1.3
parametric->theta: M_PI/2
parametric->mesh: parametricMesh
parametric->dim: 2
parametric->polynomial degree[0]: 1
parametric->components: 1
parametric->solver: cg
parametric->solver->max iteration: 100
parametric->solver->tolerance: 1.e-8
parametric->solver->info: 2
parametric->solver->left precon: diag
parametric->solver->right precon: no
parametric->estimator[0]: residual % residual, recovery
parametric->estimator[0]->error norm: 1 % 1: H1_NORM, 2: L2_NORM
parametric->estimator[0]->C1: 0.1 % constant of jump residual
parametric->marker[0]->strategy: 2 % 0: no adaption 1: GR 2: MS 3: ES 4:GERS
parametric->marker[0]->MSGamma: 0.5
parametric->adapt[0]->tolerance: 1e-8
parametric->adapt[0]->refine bisections: 1
parametric->adapt[0]->info: 8
parametric->adapt->max iteration: 8
parametric->output->filename: output/parametric2.2d
parametric->output->ParaView format: 1
parametric->output->append index: 0
parametric->output->index length: 6
parametric->output->index decimals: 3
parametric->output->ARH format: 1
parametric->output->AMDiS format: 1
WAIT: 1
File moved
File moved
File moved
File moved
File moved
......@@ -10,12 +10,11 @@ vecheat->space->mesh: vecheatMesh
vecheat->space->components: 2
vecheat->space->solver: petsc
vecheat->space->solver->solver: bcgsl
vecheat->space->solver: bicgstab
vecheat->space->solver->max iteration: 1000
vecheat->space->solver->tolerance: 1.e-10
vecheat->space->solver->info: 1
vecheat->space->solver->left precon: bjacobi
vecheat->space->solver->left precon: diag
vecheat->space->solver->right precon: no
vecheat->space->estimator[0]: residual
......
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