Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-pdelab-systemtesting
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
DuneQuality
dune-pdelab-systemtesting
Commits
3515074a
Commit
3515074a
authored
9 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Ajust the meta ini files to the command syntax
parent
143d004f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/pdelab-systemtesting/poisson/poisson.mini
+11
-11
11 additions, 11 deletions
dune/pdelab-systemtesting/poisson/poisson.mini
dune/pdelab-systemtesting/poisson/poisson_conv.mini
+11
-11
11 additions, 11 deletions
dune/pdelab-systemtesting/poisson/poisson_conv.mini
with
22 additions
and
22 deletions
dune/pdelab-systemtesting/poisson/poisson.mini
+
11
−
11
View file @
3515074a
# define some convenience variables
# define some convenience variables
dim =
dim= 2#, 3
dim =
2
grid =
grid=
yasp, ug
grid = yasp, ug
| expand grid
degree =
deg=
1, 2
degree = 1, 2
| expand deg
naming = {grid}_{dim}d_Q{degree}
naming = {grid}_{dim}d_Q{degree}
# The suffix for the executable
# The suffix for the executable
...
@@ -16,16 +16,16 @@ name = poisson_{naming}
...
@@ -16,16 +16,16 @@ name = poisson_{naming}
reference = poisson_reference_{dim}d_Q{degree}
reference = poisson_reference_{dim}d_Q{degree}
[yaspgrid]
[yaspgrid]
cells =
dim= 1 1#, 1
1 1
cells = 1 1
extension =
dim= 1. 1.#, 1.
1. 1.
extension = 1. 1.
refinement =
dim= 4#, 2
refinement =
4
[ug]
[ug]
cells =
dim= 1 1#, 1
1 1
cells = 1 1
lowerleft =
dim= 0. 0.#, 0.
0. 0.
lowerleft = 0. 0.
upperright =
dim= 1. 1.#, 1.
1. 1.
upperright = 1. 1.
refinement =
dim= 4#, 2
refinement =
4
[__STATIC.COMPILE_DEFINITIONS]
[__STATIC.COMPILE_DEFINITIONS]
GRIDTYPE =
grid=
Dune::YaspGrid<{dim}>, Dune::UGGrid<{dim}>
GRIDTYPE = Dune::YaspGrid<{dim}>, Dune::UGGrid<{dim}>
| expand grid
DEGREE = {degree}
DEGREE = {degree}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dune/pdelab-systemtesting/poisson/poisson_conv.mini
+
11
−
11
View file @
3515074a
# define some convenience variables
# define some convenience variables
dim =
dim= 2#, 3
dim =
2
grid =
grid=
yasp, ug
grid = yasp, ug
| expand grid
degree =
deg=
1, 2
degree = 1, 2
| expand deg
naming = {grid}_{dim}d_Q{degree}
naming = {grid}_{dim}d_Q{degree}
level =
=
1,2,3,4,5
level = 1,2,3,4,5
| expand
# The suffix for the executable
# The suffix for the executable
__exec_suffix = {naming}
__exec_suffix = {naming}
...
@@ -17,21 +17,21 @@ output = False
...
@@ -17,21 +17,21 @@ output = False
name = poisson_{naming}
name = poisson_{naming}
[yaspgrid]
[yaspgrid]
cells =
dim= 1 1#, 1
1 1
cells = 1 1
extension =
dim= 1. 1.#, 1.
1. 1.
extension = 1. 1.
refinement = {level}
refinement = {level}
[ug]
[ug]
cells =
dim= 1 1#, 1
1 1
cells = 1 1
lowerleft =
dim= 0. 0.#, 0.
0. 0.
lowerleft = 0. 0.
upperright =
dim= 1. 1.#, 1.
1. 1.
upperright = 1. 1.
refinement = {level}
refinement = {level}
[__STATIC.COMPILE_DEFINITIONS]
[__STATIC.COMPILE_DEFINITIONS]
GRIDTYPE =
grid=
Dune::YaspGrid<{dim}>, Dune::UGGrid<{dim}>
GRIDTYPE = Dune::YaspGrid<{dim}>, Dune::UGGrid<{dim}>
| expand grid
DEGREE = {degree}
DEGREE = {degree}
[__CONVERGENCE_TEST]
[__CONVERGENCE_TEST]
TestKey = level
TestKey = level
ExpectedRate =
deg=
2, 3
ExpectedRate = 2, 3
| expand degree
AbsoluteDiff = 0.1
AbsoluteDiff = 0.1
\ No newline at end of file
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