]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Revert the mistakenly checked-in version of this program that outputs ucd- instead...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Apr 1999 11:38:40 +0000 (11:38 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Apr 1999 11:38:40 +0000 (11:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@1143 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/poisson/poisson.prm
deal.II/deal.II/Attic/examples/poisson/problem.cc
tests/big-tests/poisson/poisson.prm
tests/big-tests/poisson/problem.cc

index 165e2d9d0fdb8f722722376b78b6f81bfc2dafa0..21e2f74296788def64513bfeb328b74ae788319b 100644 (file)
@@ -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
index 331505ad782d1d60f7d76db142db96ac68bd94fc..4c91b1f5636d785ab15f7a68c2cc2519077b8e8f 100644 (file)
@@ -555,7 +555,7 @@ void PoissonProblem<dim>::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
index 165e2d9d0fdb8f722722376b78b6f81bfc2dafa0..21e2f74296788def64513bfeb328b74ae788319b 100644 (file)
@@ -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
index 331505ad782d1d60f7d76db142db96ac68bd94fc..4c91b1f5636d785ab15f7a68c2cc2519077b8e8f 100644 (file)
@@ -555,7 +555,7 @@ void PoissonProblem<dim>::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

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.