Skip to content
Snippets Groups Projects
cantorfaultnetwork.parset 605 B
Newer Older
podlesny's avatar
.  
podlesny committed
path        = ../data/
podlesny's avatar
podlesny committed
resultPath  = ../cantorfaultnetworks/results/
podlesny's avatar
podlesny committed

podlesny's avatar
.  
podlesny committed
[preconditioner]
podlesny's avatar
podlesny committed
patch = CELL            # CELL , SUPPORT
podlesny's avatar
.  
podlesny committed
mode = MULTIPLICATIVE         # ADDITIVE , MULTIPLICATIVE
multDirection = SYMMETRIC    # SYMMETRIC , FORWARD , BACKWARD
patchDepth = 1
podlesny's avatar
podlesny committed

podlesny's avatar
podlesny committed
###########################################
podlesny's avatar
podlesny committed

[problem0]
podlesny's avatar
podlesny committed
oscDataFile         = oscDataLaplace4.mat
podlesny's avatar
podlesny committed

# level resolution in 2^(-...)
podlesny's avatar
.  
podlesny committed
coarseResolution = 0
podlesny's avatar
podlesny committed
fineResolution = 3
exactResolution = 4
podlesny's avatar
.  
podlesny committed
minCantorResolution = 0
podlesny's avatar
podlesny committed

penaltyFactor = 1

# cg solver
podlesny's avatar
podlesny committed
nestedIteration = 0
podlesny's avatar
podlesny committed
tol = 1e-12
maxIterations = 8

###########################################