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

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

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

[problem0]
oscDataFile         = oscDataLaplace4.mat

# level resolution in 2^(-...)
coarseCantorLevel = 1
fineCantorLevel = 2
maxCantorLevel = 3

penaltyFactor = 1

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

[problem1]
oscDataFile         = oscDataLaplace4.mat

# level resolution in 2^(-...)
coarseCantorLevel = 1
fineCantorLevel = 3
maxCantorLevel = 4

penaltyFactor = 1

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


[problem2]
oscDataFile         = oscDataLaplace4.mat

# level resolution in 2^(-...)
coarseCantorLevel = 1
fineCantorLevel = 4
maxCantorLevel = 5

penaltyFactor = 1

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