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
iwr
amdis
Commits
35db05cd
Commit
35db05cd
authored
Dec 01, 2010
by
Naumann, Andreas
Browse files
added the current demo results for testing
parent
7d472011
Changes
26
Show whitespace changes
Inline
Side-by-side
AMDiS/test/datacreation/src/BallProject.cpp
View file @
35db05cd
...
...
@@ -97,16 +97,7 @@ int Balldemo::solve(SolutionInformation& solinfo) {
int
retCode
=
adapt
->
adapt
();
solinfo
.
dofVec
=
ball
.
getSolution
();
//ball.writeFiles(adaptInfo,true);
return
retCode
;
}
/*
void createProjectList(ProjectList& list) {
list.clear();
Project* demo = new Balldemo();
ProjectInfo ballInfo(demo, "init/ball.dat.2d", "../testdata/balldata_2d");
list.push_back(ballInfo);
ballInfo = ProjectInfo(demo, "init/ball.dat.3d", "../testdata/balldata_3d");
list.push_back(ballInfo);
}
*/
AMDiS/test/testdata/ball_2d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/ball_3d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/ellipt_1d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/ellipt_2d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/ellipt_3d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/heat_1d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/heat_2d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/heat_3d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/init/ball.dat.2d
View file @
35db05cd
dimension of world: 2
ballMesh->macro file name: ./macro/macro.ball.2d
ballMesh->global refinements: 3
ballMesh->global refinements:
1
3
ball->mesh: ballMesh
ball->dim: 2
...
...
@@ -25,7 +25,7 @@ ball->adapt->tolerance: 1e-8
ball->adapt->max iteration: 4
ball->adapt->info: 8
ball->output->filename: ball
ball->output->filename: ball
2d
ball->output->ParaView format: 1
...
...
AMDiS/test/testdata/init/ball.dat.3d
View file @
35db05cd
dimension of world: 3
ballMesh->macro file name: ./macro/macro.ball.3d
ballMesh->global refinements: 1
5
ballMesh->global refinements: 1
3
ball->mesh: ballMesh
ball->dim: 3
...
...
@@ -15,7 +15,7 @@ ball->solver->left precon: diag
ball->estimator: 0
ball->marker->strategy: 0 % 0: no adaption 1: GR 2: MS 3: ES 4:GERS
ball->output->filename:
output/
ball
ball->output->filename: ball
3d
ball->output->ParaView format: 1
...
...
AMDiS/test/testdata/init/ellipt.dat.3d
View file @
35db05cd
...
...
@@ -7,11 +7,11 @@ ellipt->mesh: elliptMesh
ellipt->dim: 3
ellipt->polynomial degree: 2
ellipt->solver:
bicgstab
ellipt->solver:
cg
ellipt->solver->max iteration: 1000
ellipt->solver->tolerance: 1.e-8
ellipt->solver->info: 2
ellipt->solver->left precon:
ilu
ellipt->solver->left precon:
diag
ellipt->solver->right precon: no
ellipt->estimator: residual
...
...
@@ -22,7 +22,7 @@ ellipt->marker->strategy: 3 % 0: no adaption 1: GR 2: MS 3: ES 4:GERS
ellipt->marker->MSGamma: 0.5
ellipt->adapt->tolerance: 1e-4
ellipt->adapt->max iteration:
5
ellipt->adapt->max iteration:
4
ellipt->adapt->info: 8
ellipt->adapt->refine bisections: 3
...
...
AMDiS/test/testdata/init/heat.dat.1d
View file @
35db05cd
...
...
@@ -54,7 +54,7 @@ heat->space->marker->info: 8
heat->space->output->filename: heat
heat->space->output->ParaView format:
1
heat->space->output->ParaView format:
0
heat->space->output->TecPlot format: 0
heat->space->output->TecPlot ext: .tec
...
...
AMDiS/test/testdata/init/heat.dat.2d
View file @
35db05cd
...
...
@@ -23,7 +23,7 @@ heat->theta: 1.0
heat->adapt->timestep: 0.01
heat->adapt->min timestep: 0.01
heat->adapt->start time: 0.0
heat->adapt->end time:
1
.0
heat->adapt->end time:
0
.0
5
heat->adapt->tolerance: 0.0001
heat->adapt->rel space error: 0.5
...
...
@@ -39,6 +39,7 @@ heat->adapt->max iteration: 100
heat->adapt->coarsen allowed: 1 % 0|1
heat->adapt->refine bisections: 1
heat->adapt->coarsen bisections: 1
%heat->adapt->info: 2
heat->space->marker->strategy: 4 % 0=none, 1=GR, 2=MS, 3=ES, 4=GERS
heat->space->marker->MSGamma: 0.5
...
...
AMDiS/test/testdata/init/heat.dat.3d
View file @
35db05cd
...
...
@@ -15,31 +15,34 @@ heat->space->solver->left precon: no
heat->space->solver->right precon: no
heat->space->estimator: residual
heat->space->estimator->C0: 0.0
heat->space->estimator->C1: 1.0
heat->space->estimator->C3: 1.0
heat->space->estimator->C0: 0.1
heat->space->estimator->C1: 0.1
heat->theta: 1.0
heat->adapt->timestep: 0.01
heat->adapt->min timestep: 0.01
heat->adapt->start time: 0.0
heat->adapt->end time: 0.05
heat->adapt->tolerance: 0.01
heat->adapt->timestep: 0.01
heat->adapt->rel space error: 0.5
heat->adapt->rel time error: 0.5
heat->adapt->strategy: 0 % 0=explicit, 1=implicit
heat->adapt->max iteration: 10
heat->adapt->info: 2
%
heat->adapt->info: 2
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->initial->adapt->info: 2
heat->space->marker->strategy:
3
% 0=none, 1=GR, 2=MS, 3=ES, 4=GERS
heat->space->marker->strategy:
4
% 0=none, 1=GR, 2=MS, 3=ES, 4=GERS
heat->space->marker->ESTheta: 0.9
heat->space->marker->ESThetaC: 0.05
heat->adapt->max iteration: 2
heat->adapt->coarsen allowed: 1 % 0|1
heat->adapt->info: 2
%
heat->adapt->info: 2
heat->adapt->refine bisections: 3
heat->adapt->coarsen bisections: 3
...
...
AMDiS/test/testdata/init/periodic.dat.3d
View file @
35db05cd
...
...
@@ -27,7 +27,7 @@ periodic->marker->strategy: 2 % 0: no adaption 1: GR 2: MS 3: ES 4:GERS
periodic->marker->MSGamma: 0.5
periodic->adapt->tolerance: 1e-2
periodic->adapt->max iteration: 100
periodic->adapt->max iteration:
5 %
100
periodic->adapt->refine bisections: 3
periodic->adapt->coarsen allowed: 0
...
...
AMDiS/test/testdata/init/vecellipt.dat.1d
View file @
35db05cd
...
...
@@ -33,13 +33,13 @@ vecellipt->estimator[1]->C1: 0.1 % constant of jump residual
vecellipt->marker[0]->strategy: 2 % 0: no adaption 1: GR 2: MS 3: ES 4:GERS
vecellipt->marker[1]->MSGamma: 0.5
vecellipt->adapt->max iteration:
8
vecellipt->adapt->max iteration:
20
vecellipt->adapt->info: 8
vecellipt->adapt->refine bisections: 1
vecellipt->adapt[0]->tolerance: 1e-
4
vecellipt->adapt[1]->tolerance: 1e-
4
vecellipt->adapt[0]->tolerance: 1e-
3
vecellipt->adapt[1]->tolerance: 1e-
3
vecellipt->output->filename: vecellipt
vecellipt->output->ParaView format: 1
...
...
AMDiS/test/testdata/init/vecellipt.dat.3d
View file @
35db05cd
...
...
@@ -33,15 +33,15 @@ vecellipt->estimator[1]->C1: 0.1 % constant of jump residual
vecellipt->marker[1]->strategy: 2 % 0: no adaption 1: GR 2: MS 3: ES 4:GERS
vecellipt->marker[1]->MSGamma: 0.5
vecellipt->adapt->max iteration:
5
vecellipt->adapt->max iteration:
16
vecellipt->adapt->info: 8
vecellipt->adapt->refine bisections[0]: 3
vecellipt->adapt->refine bisections[1]: 3
vecellipt->adapt[0]->tolerance: 1e-
4
vecellipt->adapt[1]->tolerance: 1e-
4
vecellipt->adapt[0]->tolerance: 1e-
2
vecellipt->adapt[1]->tolerance: 1e-
3
vecellipt->output->filename: vecellipt
...
...
AMDiS/test/testdata/neumann_2d.arh
0 → 100644
View file @
35db05cd
File added
AMDiS/test/testdata/parametric_3d.arh
0 → 100644
View file @
35db05cd
File added
Prev
1
2
Next
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