Skip to content
Snippets Groups Projects
Commit 1a64468d authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

adapt the range of damping values that are measured

[[Imported from SVN: r6912]]
parent 7f83907a
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,7 @@ for level in 1; do ...@@ -214,7 +214,7 @@ for level in 1; do
LEVELDIR=${preconditioner}"_"${level}"levels" LEVELDIR=${preconditioner}"_"${level}"levels"
# for damping in 0.1; do # for damping in 0.1; do
# for damping in 0.1 0.6 0.9; do # for damping in 0.1 0.6 0.9; do
for damping in 0.001 0.005 0.01 0.05 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0; do for damping in 0.001 0.005 0.01 0.05 0.1 0.2 2.25 2.5 2.75 0.3 0.35; do
echo "Computing on "${level}" levels with damping factor "${damping} echo "Computing on "${level}" levels with damping factor "${damping}
runComputation $LEVELDIR $level $damping $preconditioner & runComputation $LEVELDIR $level $damping $preconditioner &
...@@ -255,7 +255,7 @@ for level in 1; do ...@@ -255,7 +255,7 @@ for level in 1; do
preconditioner=NeumannDirichlet preconditioner=NeumannDirichlet
LEVELDIR=${preconditioner}"_"${level}"levels" LEVELDIR=${preconditioner}"_"${level}"levels"
#for damping in 0.115; do #for damping in 0.115; do
for damping in 0.001 0.005 0.01 0.05 0.1 0.11 0.115 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0; do for damping in 0.001 0.005 0.01 0.05 0.1 0.2 2.25 2.5 2.75 0.3 0.35; do
echo "Computing on "${level}" levels with damping factor "${damping} echo "Computing on "${level}" levels with damping factor "${damping}
runComputation $LEVELDIR $level $damping $preconditioner & runComputation $LEVELDIR $level $damping $preconditioner &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment