diff --git a/demo/init/heat.dat.2d b/demo/init/heat.dat.2d index 5bc6a4bab230324a80def56c44996308f9ceef5e..b0affbd9daed874daae55845f06e3d0a4a259f09 100644 --- a/demo/init/heat.dat.2d +++ b/demo/init/heat.dat.2d @@ -4,15 +4,14 @@ heatMesh->macro file name: ./macro/macro.stand.2d heatMesh->global refinements: 0 heat->space->polynomial degree: 1 - heat->space->dim: 2 heat->space->mesh: heatMesh -heat->space->solver: cg +heat->space->solver: umfpack heat->space->solver->max iteration: 1000 heat->space->solver->tolerance: 1.e-8 heat->space->solver->info: 2 -heat->space->solver->left precon: diag +heat->space->solver->left precon: no heat->space->solver->right precon: no heat->space->estimator: residual diff --git a/demo/init/heat.dat.3d b/demo/init/heat.dat.3d index efb9c3f2765c31d565edb95a5a9191a905c1c649..8b39a666010d55beb5689c4e3e0028492fd9c131 100644 --- a/demo/init/heat.dat.3d +++ b/demo/init/heat.dat.3d @@ -4,14 +4,14 @@ heatMesh->macro file name: ./macro/macro.stand.3d heatMesh->global refinements: 3 heat->space->polynomial degree: 2 - +heat->space->dim: 3 heat->space->mesh: heatMesh -heat->space->solver: cg +heat->space->solver: umfpack heat->space->solver->max iteration: 1000 heat->space->solver->tolerance: 1.e-8 heat->space->solver->info: 2 -heat->space->solver->left precon: diag +heat->space->solver->left precon: no heat->space->solver->right precon: no heat->space->estimator: residual @@ -34,7 +34,6 @@ heat->initial->adapt->strategy: 2 % 0=none, 1=GR, 2=MS, 3=ES, 4=GERS heat->initial->adapt->max iteration: 10 heat->initial->adapt->info: 2 -heat->space->dim: 3 heat->adapt->strategy: 3 % 0=none, 1=GR, 2=MS, 3=ES, 4=GERS heat->adapt->ESTheta: 0.9 heat->adapt->ESThetaC: 0.05