From: wolf Date: Thu, 15 Apr 1999 11:38:40 +0000 (+0000) Subject: Revert the mistakenly checked-in version of this program that outputs ucd- instead... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d5950cd68fdf37a4b092ba35ee96b66edcb758;p=dealii-svn.git Revert the mistakenly checked-in version of this program that outputs ucd- instead of gnuplot-data. git-svn-id: https://svn.dealii.org/trunk@1143 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/poisson/poisson.prm b/deal.II/deal.II/Attic/examples/poisson/poisson.prm index 165e2d9d0f..21e2f74296 100644 --- a/deal.II/deal.II/Attic/examples/poisson/poisson.prm +++ b/deal.II/deal.II/Attic/examples/poisson/poisson.prm @@ -2,4 +2,4 @@ set Test run = { zoom in | ball | curved line | random | jump | L-regio set Global refinement = {{ 1 | 3 | 3 | 0 | 3 | 3 }} #{{ 2 | 3 | 3 | 1 | 3 | 3 }} set Right hand side = {{ zero | zero | trigpoly | constant | zero | zero }} set Boundary values = {{ sine | sine | zero | zero | jump | sine }} -set Output file = results/{{ zoom_in | ball | curved_line | random | jump | L-region }}.inp +set Output file = results/{{ zoom_in | ball | curved_line | random | jump | L-region }}.gnuplot diff --git a/deal.II/deal.II/Attic/examples/poisson/problem.cc b/deal.II/deal.II/Attic/examples/poisson/problem.cc index 331505ad78..4c91b1f563 100644 --- a/deal.II/deal.II/Attic/examples/poisson/problem.cc +++ b/deal.II/deal.II/Attic/examples/poisson/problem.cc @@ -555,7 +555,7 @@ void PoissonProblem::run (ParameterHandler &prm) { string o_filename = prm.get ("Output file"); ofstream gnuplot(o_filename.c_str()); fill_data (out); - out.write_ucd (gnuplot); + out.write_gnuplot (gnuplot); gnuplot.close (); // release the lock of the DoF object to diff --git a/tests/big-tests/poisson/poisson.prm b/tests/big-tests/poisson/poisson.prm index 165e2d9d0f..21e2f74296 100644 --- a/tests/big-tests/poisson/poisson.prm +++ b/tests/big-tests/poisson/poisson.prm @@ -2,4 +2,4 @@ set Test run = { zoom in | ball | curved line | random | jump | L-regio set Global refinement = {{ 1 | 3 | 3 | 0 | 3 | 3 }} #{{ 2 | 3 | 3 | 1 | 3 | 3 }} set Right hand side = {{ zero | zero | trigpoly | constant | zero | zero }} set Boundary values = {{ sine | sine | zero | zero | jump | sine }} -set Output file = results/{{ zoom_in | ball | curved_line | random | jump | L-region }}.inp +set Output file = results/{{ zoom_in | ball | curved_line | random | jump | L-region }}.gnuplot diff --git a/tests/big-tests/poisson/problem.cc b/tests/big-tests/poisson/problem.cc index 331505ad78..4c91b1f563 100644 --- a/tests/big-tests/poisson/problem.cc +++ b/tests/big-tests/poisson/problem.cc @@ -555,7 +555,7 @@ void PoissonProblem::run (ParameterHandler &prm) { string o_filename = prm.get ("Output file"); ofstream gnuplot(o_filename.c_str()); fill_data (out); - out.write_ucd (gnuplot); + out.write_gnuplot (gnuplot); gnuplot.close (); // release the lock of the DoF object to