path        = ../data/
resultPath  = ../cantorfaultnetworks/results/

[preconditioner]
patch = CELL            # CELL , SUPPORT
mode = MULTIPLICATIVE         # ADDITIVE , MULTIPLICATIVE
multDirection = SYMMETRIC    # SYMMETRIC , FORWARD , BACKWARD
patchDepth = 1

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

[problem0]
oscDataFile         = oscDataLaplace4.mat

# level resolution in 2^(-...)
coarseResolution = 0
fineResolution = 3
exactResolution = 4
minCantorResolution = 0

penaltyFactor = 1

# cg solver
nestedIteration = 0
tol = 1e-12
maxIterations = 8

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