Skip to content
Snippets Groups Projects
Commit 3bc47b29 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Micromorphic testsuite: change test parameters

parent afe75e38
Branches
Tags
No related merge requests found
import subprocess import subprocess
numLevels = 3 numLevels = 7
c = 1 c = 1
...@@ -8,7 +8,7 @@ processList = [] ...@@ -8,7 +8,7 @@ processList = []
for L_c in [1,10,100]: for L_c in [1,10,100]:
for x0 in [0.2, 0.5, 2]: for x0 in [1, 2, 3, 4, 5, 10, 20, 50]:
LOGFILE = "./quasiconvexity_micromorphic_" + str(numLevels) + "_" + str(L_c) + "_" + str(x0) + ".log" LOGFILE = "./quasiconvexity_micromorphic_" + str(numLevels) + "_" + str(L_c) + "_" + str(x0) + ".log"
......
...@@ -171,12 +171,12 @@ texFile.write("\\begin{document}\n") ...@@ -171,12 +171,12 @@ texFile.write("\\begin{document}\n")
texFile.write("\maketitle\n") texFile.write("\maketitle\n")
levels = 3 levels = 7
# Render the results # Render the results
for L_c in [1,10,100]: for L_c in [1,10,100]:
for x0 in [0.2, 0.5, 2]: for x0 in [1, 2, 3, 4, 5, 10, 20, 50]:
# Start a new section # Start a new section
texFile.write("\\newpage\n") texFile.write("\\newpage\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment