-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Obstacle problem working. Added some results.
- Loading branch information
Showing
6 changed files
with
127 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
set terminal postscript eps enhanced color font 'Helvetica,16' | ||
set output 'convergence.eps' | ||
|
||
set logscale x | ||
set logscale y | ||
|
||
set xrange [0.3:0.01] reverse | ||
|
||
set format "%g" | ||
#set format "%g" | ||
|
||
plot 'convergence.txt' using (2/$1):2 w lp lw 2 title "k=0", \ | ||
'convergence.txt' using (2/$1):3 w lp lw 2 title "k=1", \ | ||
'-' using 1:2 w lp lw 2 title "ref. 1", \ | ||
'-' using 1:2 w lp lw 2 title "ref. 1.5" | ||
0.1 0.8 | ||
0.02 0.16 | ||
e | ||
0.1 0.02 | ||
0.02 0.00179 | ||
e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
8 2.26205 0.197735 | ||
16 1.2833 0.0588187 | ||
32 0.650286 0.0171607 | ||
64 0.326314 0.00529786 | ||
128 0.163344 0.00168321 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.