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
6b75300c
Commit
6b75300c
authored
9 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
merged from model-interface.
parent
ea395856
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/fem-dg/test/parameter/paramBase
+13
-32
13 additions, 32 deletions
dune/fem-dg/test/parameter/paramBase
dune/fem-dg/test/parameter/paramSolver
+1
-4
1 addition, 4 deletions
dune/fem-dg/test/parameter/paramSolver
with
14 additions
and
36 deletions
dune/fem-dg/test/parameter/paramBase
+
13
−
32
View file @
6b75300c
# toggle verbosity of on process
# (-1: off, p: process p is verbose, in general 0 is a good choice)
fem.verboserank: 0
# OMP THREADS
#------------
# number of threads used in OMP program
fem.parallel.numberofthreads: 8
# write diagnostics file (
# 0 don't, 1 only speedup file, 2 write all runfiles
# 3 only write 0, others at end, 4 all files at end for scaling)
fem.parallel.diagnostics: 1
# if true non-blocking communication is enabled
femdg.nonblockingcomm: true
fem.threads.verbose: true
...
...
@@ -16,52 +18,38 @@ fem.threads.verbose: true
fem.threads.communicationthread: false
fem.threads.partitioningmethod: sfc
# maximal number of timesteps done (for debugging)
# femhowto.maximaltimesteps: 10
# DATA WRITER
#------------
# toggle verbosity of on process
# (-1: off, p: process p is verbose, in general 0 is a good choice)
fem.verboserank: 0
fem.prefix: ./data
fem.io.outputformat: vtk-cell # binary, vtk-cell, vtk-vertex, gnuplot, sub-vtk-cell
fem.io.subsamplinglevel: 0
fem.io.grapedisplay: 0
# checkpointing step
fem.io.checkpointstep: 25000000
# add time stamp to eoc file name
# to avoid overwriting the eoc files
fem.io.eocFileTimeStamp: 0
fem
howto
.eoc
O
utput
P
ath: ./data
fem.eoc
.o
utput
p
ath: ./data
# GRID SOLUTION
#--------------
gridsol.writesolution: false
gridsol.usegridsolution: false
#
GENERAL SETTINGS
#
STEPPER
#-----------------
femhowto.eocSteps: 5
femhowto.printCount: 10
femhowto.verbose: 1
# create a file with sampled values of the numerical solution
femhowto.sampleAlongLine: 0
linesegmentsamplerresolution: 100.
fem.eoc.steps: 5
femdg.stepper.printcount: 10
# maximal number of timesteps done (for debugging)
# femdg.stepper.maximaltimesteps: 10
#femdg.stepper.fixedtimestep: 0.002 # when 0 then use dynamic time step
femdg.fixedtimestepeocloopfactor: 1. # fixed time step is scaled with the inverse of this in each eoc loop
# GRID ADAPTATION
#----------------
fem.adaptation.method: none # none | generic | callback
# specify refinement tolerance
fem.adaptation.refineTolerance: 0.5
...
...
@@ -76,11 +64,4 @@ fem.adaptation.finestLevel: 0
# apost = aposteriori based indicator,
# grad = gradient based indicator
fem.adaptation.markingStrategy: apost
fem.adaptation.adaptcount: 1 # after this many time step, 0 disables adaptation
# DOMAIN CONFIGURATION
#---------------------
femhowto.startLevel: 0
This diff is collapsed.
Click to expand it.
dune/fem-dg/test/parameter/paramSolver
+
1
−
4
View file @
6b75300c
...
...
@@ -11,8 +11,6 @@ fem.ode.cflStart: 1.
#fem.ode.cflMax: 5
fem.timeprovider.factor: 0.15
fem.timeprovider.updatestep: 1
#fixedTimeStep: 0.002 # when 0 then use dynamic time step
#fixedTimeStepEocLoopFactor: 1. # fixed time step is scaled with the inverse of this in each eoc loop
# parameter for the implicit solvers
fem.solver.verbose: true
...
...
@@ -21,9 +19,8 @@ fem.solver.newton.verbose: 0
fem.solver.newton.maxlineariterations: 1000
fem.solver.newton.tolerance: 1e-10
femdg.polynomialOrder: 1
dgdiffusionflux.method: CDG2 # diffusion flux: CDG2, CDG, BR2, IP, NIPG, BO
femhowto.polynomialOrder: 1
dgdiffusionflux.theoryparameters: 1 # scaling with theory parameters
dgdiffusionflux.penalty: 0.
dgdiffusionflux.liftfactor: 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