Skip to content
Snippets Groups Projects
Commit b6b34348 authored by Klaus Böhnlein's avatar Klaus Böhnlein
Browse files

Cleanup L2-Norms/Errors

parent b728270b
Branches
No related tags found
No related merge requests found
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
#path for logfile #path for logfile
outputPath = "../../outputs/output.txt" outputPath = "../../outputs/output.txt"
#############################################
# Debug Output
#############################################
#print_debug = true #default = false
############################################# #############################################
# Cell Domain # Cell Domain
############################################# #############################################
...@@ -20,9 +28,9 @@ cellDomain = 1 ...@@ -20,9 +28,9 @@ cellDomain = 1
## {start,finish} computes on all grid from 2^(start) to 2^finish refinement ## {start,finish} computes on all grid from 2^(start) to 2^finish refinement
######################################################################## ########################################################################
numLevels = 1 4 # computes all levels from first to second entry numLevels = 5 5 # 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 = 1 6
...@@ -46,8 +54,8 @@ numLevels = 1 4 # computes all levels from first to second entry ...@@ -46,8 +54,8 @@ numLevels = 1 4 # computes all levels from first to second entry
width = 1.0 width = 1.0
#gamma = 50.0 gamma = 50.0
gamma = 1.0 #gamma = 1.0
############################################# #############################################
# Material parameters # Material parameters
...@@ -63,8 +71,8 @@ lambda1 = 0.0 ...@@ -63,8 +71,8 @@ lambda1 = 0.0
# Prestrain parameters # Prestrain parameters
############################################# #############################################
#theta = 0.3 # volume fraction #theta = 0.3 # volume fraction #default = 1.0/4.0
theta = 0.25 # volume fraction #theta = 0.25 # volume fraction
#theta = 0.75 # volume fraction #theta = 0.75 # volume fraction
prestrainType = 2 prestrainType = 2
...@@ -134,7 +142,7 @@ Solvertype = 1 ...@@ -134,7 +142,7 @@ Solvertype = 1
#write_corrector_phi3 = true #write_corrector_phi3 = true
write_L2Error = true write_L2Error = true
write_IntegralMean = true #write_IntegralMean = true
############################################# #############################################
# Define Analytic Solutions # Define Analytic Solutions
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment