Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Backofen, Rainer
amdis
Commits
1defa4bc
Commit
1defa4bc
authored
16 years ago
by
Thomas Witkowski
Browse files
Options
Downloads
Patches
Plain Diff
* New init files
parent
72e511c6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
demo/init/ellipt.dat.3d
+5
-5
5 additions, 5 deletions
demo/init/ellipt.dat.3d
demo/init/heat.dat.2d
+2
-2
2 additions, 2 deletions
demo/init/heat.dat.2d
with
7 additions
and
7 deletions
demo/init/ellipt.dat.3d
+
5
−
5
View file @
1defa4bc
...
...
@@ -7,20 +7,20 @@ ellipt->mesh: elliptMesh
ellipt->dim: 3
ellipt->polynomial degree: 2
ellipt->solver:
cg
% no, bicgstab, cg, gmres, odir, ores
ellipt->solver:
bicgstab
% no, bicgstab, cg, gmres, odir, ores
ellipt->solver->max iteration: 1000
ellipt->solver->restart: 10 % only used for GMRES
ellipt->solver->tolerance: 1.e-8
ellipt->solver->info: 2
ellipt->solver->left precon:
diag
ellipt->solver->left precon:
ilu
ellipt->solver->right precon: no
ellipt->estimator: residual
ellipt->estimator->error norm: 1 % 1: H1_NORM, 2: L2_NORM
ellipt->estimator->C1: 0.1 % constant of jump residual
ellipt->estimator->C2: 0.1 % constant of coarsening estimate
ellipt->estimator->C1: 0.
0
1 % constant of jump residual
ellipt->estimator->C2: 0.
0
1 % constant of coarsening estimate
ellipt->marker->strategy:
2
% 0: no adaption 1: GR 2: MS 3: ES 4:GERS
ellipt->marker->strategy:
3
% 0: no adaption 1: GR 2: MS 3: ES 4:GERS
ellipt->marker->MSGamma: 0.5
ellipt->adapt->tolerance: 1e-8
...
...
This diff is collapsed.
Click to expand it.
demo/init/heat.dat.2d
+
2
−
2
View file @
1defa4bc
...
...
@@ -8,7 +8,7 @@ heat->space->polynomial degree: 1
heat->space->dim: 2
heat->space->mesh: heatMesh
heat->space->solver:
bicgstab
heat->space->solver:
cg
heat->space->solver->max iteration: 1000
heat->space->solver->restart: 10 % only used for GMRES
heat->space->solver->tolerance: 1.e-8
...
...
@@ -22,7 +22,7 @@ heat->space->estimator->C1: 1.0
heat->theta: 1.0
heat->adapt->timestep: 0.
00
1
heat->adapt->timestep: 0.1
heat->adapt->start time: 0.0
heat->adapt->end time: 1.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment