Skip to content
Snippets Groups Projects
Commit c031427a authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

parameter file for the harmonic maps code

[[Imported from SVN: r5726]]
parent 824a32dd
No related branches found
No related tags found
No related merge requests found
# Number of grid levels
numLevels = 1
# Tolerance of the trust region solver
tolerance = 1e-12
# Max number of steps of the trust region solver
maxTrustRegionSteps = 10
# Initial trust-region radius
initialTrustRegionRadius = 1
# Number of multigrid iterations per trust-region step
numIt = 200
# Number of presmoothing steps
nu1 = 3
# Number of postsmoothing steps
nu2 = 3
# Number of coarse grid corrections
mu = 1
# Number of base solver iterations
baseIt = 100
# Tolerance of the multigrid solver
mgTolerance = 1e-10
# Tolerance of the base grid solver
baseTolerance = 1e-8
# Measure convergence
instrumented = 0
############################
# Problem specifications
############################
# 2d problem
#path = /home/haile/sander/data/richards/twosquares/
#gridFile = twosquares0.grid
# 3d problem
path = /home/haile/sander/data/contact/tetracubes/
gridFile = tetracube0.grid
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