]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add gnuplot file to output convergence data.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Apr 1998 13:52:23 +0000 (13:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Apr 1998 13:52:23 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@162 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/convergence/make_ps [new file with mode: 0644]
tests/big-tests/convergence/make_ps [new file with mode: 0644]

diff --git a/deal.II/deal.II/Attic/examples/convergence/make_ps b/deal.II/deal.II/Attic/examples/convergence/make_ps
new file mode 100644 (file)
index 0000000..ea538af
--- /dev/null
@@ -0,0 +1,9 @@
+set xlabel "Number of degrees of freedom"
+set ylabel "Error"
+set data style linespoints
+set logscale xy
+
+set term postscript eps
+set output "convergence.eps"
+
+plot "gnuplot.history" using 1:2 title "L1 error","gnuplot.history" using 1:3 title "L2 error","gnuplot.history" using 1:4 title "Linfty error","gnuplot.history" using 1:5 title "H1 seminorm error","gnuplot.history" using 1:6 title "H1 error"
diff --git a/tests/big-tests/convergence/make_ps b/tests/big-tests/convergence/make_ps
new file mode 100644 (file)
index 0000000..ea538af
--- /dev/null
@@ -0,0 +1,9 @@
+set xlabel "Number of degrees of freedom"
+set ylabel "Error"
+set data style linespoints
+set logscale xy
+
+set term postscript eps
+set output "convergence.eps"
+
+plot "gnuplot.history" using 1:2 title "L1 error","gnuplot.history" using 1:3 title "L2 error","gnuplot.history" using 1:4 title "Linfty error","gnuplot.history" using 1:5 title "H1 seminorm error","gnuplot.history" using 1:6 title "H1 error"

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.