diff --git a/src/cantorfaultnetworks/cantorfaultnetwork.parset b/src/cantorfaultnetworks/cantorfaultnetwork.parset index 970d16d1ab1a2d5bbaeff2fbfaff1eb0962ea616..ede9ca2fa806f2a68ec424c3223a3919bb5d7044 100644 --- a/src/cantorfaultnetworks/cantorfaultnetwork.parset +++ b/src/cantorfaultnetworks/cantorfaultnetwork.parset @@ -1,5 +1,5 @@ path = /home/joscha/software/dune/dune-faultnetworks/src/data/ -resultPath = /home/joscha/software/dune/dune-faultnetworks/src/cantorfaultnetworks/results/cantor/cell-GS +resultPath = /home/joscha/software/dune/dune-faultnetworks/src/cantorfaultnetworks/results/cantor/cell-GS/ [preconditioner] patch = CELL # CELL , SUPPORT @@ -14,8 +14,8 @@ oscDataFile = oscDataLaplace4.mat # level resolution in 2^(-...) coarseResolution = 0 -fineResolution = 9 -exactResolution = 10 +fineResolution = 3 +exactResolution = 4 minCantorResolution = 0 penaltyFactor = 1 @@ -32,8 +32,8 @@ oscDataFile = oscDataLaplace4.mat # level resolution in 2^(-...) coarseResolution = 0 -fineResolution = 9 -exactResolution = 10 +fineResolution = 4 +exactResolution = 5 minCantorResolution = 0 penaltyFactor = 1 @@ -50,8 +50,8 @@ oscDataFile = oscDataLaplace4.mat # level resolution in 2^(-...) coarseResolution = 0 -fineResolution = 9 -exactResolution = 10 +fineResolution = 5 +exactResolution = 6 minCantorResolution = 0 penaltyFactor = 1 @@ -66,6 +66,60 @@ maxIterations = 10 [problem3] oscDataFile = oscDataLaplace4.mat +# level resolution in 2^(-...) +coarseResolution = 0 +fineResolution = 6 +exactResolution = 7 +minCantorResolution = 0 + +penaltyFactor = 1 + +# cg solver +nestedIteration = 0 +tol = 1e-12 +maxIterations = 10 + +########################################### + +[problem4] +oscDataFile = oscDataLaplace4.mat + +# level resolution in 2^(-...) +coarseResolution = 0 +fineResolution = 7 +exactResolution = 8 +minCantorResolution = 0 + +penaltyFactor = 1 + +# cg solver +nestedIteration = 0 +tol = 1e-12 +maxIterations = 10 + +########################################### + +[problem5] +oscDataFile = oscDataLaplace4.mat + +# level resolution in 2^(-...) +coarseResolution = 0 +fineResolution = 8 +exactResolution = 9 +minCantorResolution = 0 + +penaltyFactor = 1 + +# cg solver +nestedIteration = 0 +tol = 1e-12 +maxIterations = 10 + +########################################### + +[problem6] +oscDataFile = oscDataLaplace4.mat + # level resolution in 2^(-...) coarseResolution = 0 fineResolution = 9 @@ -80,4 +134,3 @@ tol = 1e-12 maxIterations = 10 ########################################### -