From: wolf Date: Mon, 25 May 1998 17:07:56 +0000 (+0000) Subject: Small changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f3fb4bd2b6a5b202628594093d9cf96d15d9b1;p=dealii-svn.git Small changes. git-svn-id: https://svn.dealii.org/trunk@358 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/convergence/convergence.cc b/deal.II/deal.II/Attic/examples/convergence/convergence.cc index daa59f36d6..bad4d474f6 100644 --- a/deal.II/deal.II/Attic/examples/convergence/convergence.cc +++ b/deal.II/deal.II/Attic/examples/convergence/convergence.cc @@ -386,7 +386,7 @@ void PoissonProblem::print_history () const { int main () { PoissonProblem<2> problem; - for (unsigned int level=1; level<9; ++level) + for (unsigned int level=1; level<8; ++level) problem.run (level); cout << endl << "Printing convergence history to ..." << endl; diff --git a/deal.II/deal.II/Attic/examples/error-estimation/make_ps b/deal.II/deal.II/Attic/examples/error-estimation/make_ps index 49b88af9ee..5c06b6c8f2 100644 --- a/deal.II/deal.II/Attic/examples/error-estimation/make_ps +++ b/deal.II/deal.II/Attic/examples/error-estimation/make_ps @@ -66,28 +66,29 @@ plot "data-kink/history.global.gnuplot" using 1:2 title "global refinement -- L2 set parametric set data style lines set nologscale xy +set size 0.7,1 set output "data-gauss/finest_mesh.global.eps" -plot "data-gauss/global.finest_mesh.gnuplot" +plot "data-gauss/global.finest_mesh.gnuplot" title "Finest mesh" set output "data-gauss/finest_mesh.true_error.eps" -plot "data-gauss/true_error.finest_mesh.gnuplot" +plot "data-gauss/true_error.finest_mesh.gnuplot" title "Finest mesh" set output "data-gauss/finest_mesh.estimated_error.eps" -plot "data-gauss/estimated_error.finest_mesh.gnuplot" +plot "data-gauss/estimated_error.finest_mesh.gnuplot" title "Finest mesh" set output "data-singular/finest_mesh.global.eps" -plot "data-singular/global.finest_mesh.gnuplot" +plot "data-singular/global.finest_mesh.gnuplot" title "Finest mesh" set output "data-singular/finest_mesh.estimated_error.eps" -plot "data-singular/estimated_error.finest_mesh.gnuplot" +plot "data-singular/estimated_error.finest_mesh.gnuplot" title "Finest mesh" set output "data-kink/finest_mesh.global.eps" -plot "data-kink/global.finest_mesh.gnuplot" +plot "data-kink/global.finest_mesh.gnuplot" title "Finest mesh" set output "data-kink/finest_mesh.estimated_error.eps" -plot "data-kink/estimated_error.finest_mesh.gnuplot" +plot "data-kink/estimated_error.finest_mesh.gnuplot" title "Finest mesh" diff --git a/tests/big-tests/convergence/convergence.cc b/tests/big-tests/convergence/convergence.cc index daa59f36d6..bad4d474f6 100644 --- a/tests/big-tests/convergence/convergence.cc +++ b/tests/big-tests/convergence/convergence.cc @@ -386,7 +386,7 @@ void PoissonProblem::print_history () const { int main () { PoissonProblem<2> problem; - for (unsigned int level=1; level<9; ++level) + for (unsigned int level=1; level<8; ++level) problem.run (level); cout << endl << "Printing convergence history to ..." << endl; diff --git a/tests/big-tests/error-estimation/make_ps b/tests/big-tests/error-estimation/make_ps index 49b88af9ee..5c06b6c8f2 100644 --- a/tests/big-tests/error-estimation/make_ps +++ b/tests/big-tests/error-estimation/make_ps @@ -66,28 +66,29 @@ plot "data-kink/history.global.gnuplot" using 1:2 title "global refinement -- L2 set parametric set data style lines set nologscale xy +set size 0.7,1 set output "data-gauss/finest_mesh.global.eps" -plot "data-gauss/global.finest_mesh.gnuplot" +plot "data-gauss/global.finest_mesh.gnuplot" title "Finest mesh" set output "data-gauss/finest_mesh.true_error.eps" -plot "data-gauss/true_error.finest_mesh.gnuplot" +plot "data-gauss/true_error.finest_mesh.gnuplot" title "Finest mesh" set output "data-gauss/finest_mesh.estimated_error.eps" -plot "data-gauss/estimated_error.finest_mesh.gnuplot" +plot "data-gauss/estimated_error.finest_mesh.gnuplot" title "Finest mesh" set output "data-singular/finest_mesh.global.eps" -plot "data-singular/global.finest_mesh.gnuplot" +plot "data-singular/global.finest_mesh.gnuplot" title "Finest mesh" set output "data-singular/finest_mesh.estimated_error.eps" -plot "data-singular/estimated_error.finest_mesh.gnuplot" +plot "data-singular/estimated_error.finest_mesh.gnuplot" title "Finest mesh" set output "data-kink/finest_mesh.global.eps" -plot "data-kink/global.finest_mesh.gnuplot" +plot "data-kink/global.finest_mesh.gnuplot" title "Finest mesh" set output "data-kink/finest_mesh.estimated_error.eps" -plot "data-kink/estimated_error.finest_mesh.gnuplot" +plot "data-kink/estimated_error.finest_mesh.gnuplot" title "Finest mesh"