From bc7ecc21cc37cf970a2eb5a9cd0a3796f766834a Mon Sep 17 00:00:00 2001
From: Klaus <klaus.boehnlein@tu-dresden.de>
Date: Thu, 30 Jun 2022 15:59:39 +0200
Subject: [PATCH] Update cellsolver.parset

---
 inputs/cellsolver.parset | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/inputs/cellsolver.parset b/inputs/cellsolver.parset
index 6285f6a4..b98b4f87 100644
--- a/inputs/cellsolver.parset
+++ b/inputs/cellsolver.parset
@@ -5,7 +5,9 @@
 # --------------------------------------------------------
 
 
-### choose different path for logfile
+#############################################
+#  Choose Output-path for logfile
+#############################################
 #outputPath = "../../outputs/output.txt"
 #outputPath = "/home/klaus/Desktop/DUNE/dune-microstructure/outputs/output.txt"
 #outputPath = "/home/klaus/Desktop/DUNE/dune-microstructure/outputs"
@@ -21,16 +23,15 @@ cellDomain=1
 #############################################
 #  Grid parameters
 #############################################
-
 #----------------------------------------------------
 ## numLevels : Number of Levels on which solution is computed. starting with a 2x2x2 cube mesh.
 ## {start,finish} computes on all grid from 2^(start) to 2^finish refinement
 #----------------------------------------------------
 
 #numLevels =  1 1   # computes all levels from first to second entry
-numLevels =  2 2   # computes all levels from first to second entry
+#numLevels =  2 2   # computes all levels from first to second entry
 #numLevels =  1 3   # computes all levels from first to second entry
-#numLevels = 3 3     # computes all levels from first to second entry
+numLevels = 3 3     # computes all levels from first to second entry
 #numLevels = 4 4    # computes all levels from first to second entry
 #numLevels = 5 5    # computes all levels from first to second entry
 #numLevels = 6 6    # computes all levels from first to second entry
@@ -72,10 +73,10 @@ lambda1=0.0
 
 
 # ---volume fraction  (default value = 1.0/4.0)
-#theta = 1.0/4.0
+theta = 0.25
 #theta = 0.3
 #theta = 0.75
-theta = 0.125
+#theta = 0.125
 #theta = 0.5
 
 
-- 
GitLab