Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
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
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
dune-fem
dune-fem-dg
Commits
ea395856
Commit
ea395856
authored
9 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
new parameters.
parent
32e7036e
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/fem-dg/test/poisson/parameter
+36
-44
36 additions, 44 deletions
dune/fem-dg/test/poisson/parameter
dune/fem-dg/test/poisson/problemcreator.hh
+1
-1
1 addition, 1 deletion
dune/fem-dg/test/poisson/problemcreator.hh
with
37 additions
and
45 deletions
dune/fem-dg/test/poisson/parameter
+
36
−
44
View file @
ea395856
femhowto.eocSteps: 30
# toggle verbosity of on process
# (-1: off, p: process p is verbose, in general 0 is a good choice)
fem.verboserank: 0
# specify directory for data output (is created if not exists)
fem.prefix: ./data
# prefix data data files
fem.io.datafileprefix: solution
# if you want to add time stemp to eoc file name
# # to avoid overwriting the eoc files
fem.io.eocFileTimeStamp: 0
fem.eoc.steps: 30
# polynomial order = 0,1,2,3,4
fem
howto
.polynomialOrder: 2
fem
dg
.polynomialOrder: 2
# problem number
femhowto.problem: 8 # 5 6 13 16
femhowto.globalshift: 0
femhowto.factor: 1
femhowto.tolerance: 1e-4 # global adapt with tolerance=0
# none = disabled | coeffroot | prior2p
padaptive.method: none
# PROBLEM
# ----------
# problem number
problem: 8 # 5 6 13 16
globalshift: 0
factor: 1
epsilon: 0.1
xvelocity: 0. # the only advection part for the linear heat eqn
yvelocity: 0. # the only advection part for the linear heat eqn
zvelocity: 0. # the only advection part for the linear heat eqn
femhowto.verbose: 1
fem.solver.verbose: 1
# macro grid file
fem.io.macroGridFile_2d: ../grids/unitcube2.dgf
#fem.io.macroGridFile_2d: ../grids/nonaffine.dgf
#fem.io.macroGridFile_2d: ../grids/corner_cube.dgf
#fem.io.macroGridFile_2d: ../grids/corner.dgf
#fem.io.macroGridFile_2d: ../grids/corner_green.dgf
#fem.io.macroGridFile_2d: ../grids/corner_red.dgf
femhowto.epsilon: 0.1
femhowto.xvelocity: 0. # the only advection part for the linear heat eqn
femhowto.yvelocity: 0. # the only advection part for the linear heat eqn
femhowto.zvelocity: 0. # the only advection part for the linear heat eqn
#fem.io.macroGridFile_2d:../grids/nonaffine.dgf
#fem.io.macroGridFile_2d:../grids/corner_cube.dgf
#fem.io.macroGridFile_2d:../grids/corner.dgf
#fem.io.macroGridFile_2d:../grids/corner_green.dgf
#fem.io.macroGridFile_2d:../grids/corner_red.dgf
nonConformOrigin: false
# choises are: CDG2, CDG, IP, NIPG, BO, BR2
dgdiffusionflux.method: CDG2
...
...
@@ -40,38 +47,23 @@ dgdiffusionflux.lifting: id_id
dgdiffusionflux.penalty: 0 # for CDG, CDG2, LDG
dgdiffusionflux.liftfactor: 0
# toggle verbosity of on process
# (-1: off, p: process p is verbose, in general 0 is a good choice)
fem.verboserank: 0
# ADAPTATION
# ----------
fem.adaptation.method: generic
#number of global refinements before start of simulation
femhowto.startLevel: 0
# number of EOC steps
# specify directory for data output (is created if not exists)
fem.prefix: ./data
# prefix data data files
fem.io.datafileprefix: solution
# if you want to add time stemp to eoc file name
# # to avoid overwriting the eoc files
fem.io.eocFileTimeStamp: 0
# DATAWRITER
# ----------
# output format: grape | vtk-cell | vtk-vertex (projected in DG case), sub-vtk-cell
fem.io.outputformat: vtk-cell
fem.io.subsamplinglevel: 0
# toggle grape display (0 = off | 1 = on)
fem.io.grapedisplay: 0
# write file with values of numerical solution at
# the end time along given line
femhowto.sampleAlongLine: 0
paramfile: solverparameter
poisson.nonConformOrigin: false
# SOLVER
# ------
paramfile: ../parameter/paramSolver
istl.preconditioning.method: ilu-0
istl.preconditioning.iterations: 1
istl.preconditioning.relaxation: 1
This diff is collapsed.
Click to expand it.
dune/fem-dg/test/poisson/problemcreator.hh
+
1
−
1
View file @
ea395856
...
...
@@ -66,7 +66,7 @@ struct ProblemCreator
static
inline
std
::
string
moduleName
()
{
return
"
poisson
"
;
return
""
;
}
static
inline
Dune
::
GridPtr
<
GridType
>
initializeGrid
()
...
...
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