Skip to content
Snippets Groups Projects
Commit 6b75300c authored by Robert K's avatar Robert K
Browse files

merged from model-interface.

parent ea395856
No related branches found
No related tags found
No related merge requests found
# 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
femhowto.eocOutputPath: ./data
fem.eoc.outputpath: ./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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment