]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't generate more output
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 May 2007 02:35:18 +0000 (02:35 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 May 2007 02:35:18 +0000 (02:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@14696 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/joa_1.cc

index 05c12d3d29d6e37db602e76a82c5d3d2dd0acf4d..c96fbe6a307f713d63a10250c2f6637f74f9627f 100644 (file)
@@ -1076,32 +1076,6 @@ void LaplaceProblem<dim>::run ()
       Point<2> p(x,y);
       VectorTools::point_value(dof_handler,solution,p);
     }
-  
-  
-                                  // After we have finished computing
-                                  // the solution on the finesh mesh,
-                                  // and writing all the grids to
-                                  // disk, we want to also write the
-                                  // actual solution on this final
-                                  // mesh to a file. As already done
-                                  // in one of the previous examples,
-                                  // we use the EPS format for
-                                  // output, and to obtain a
-                                  // reasonable view on the solution,
-                                  // we rescale the z-axis by a
-                                  // factor of four.
-  DataOutBase::EpsFlags eps_flags;
-  eps_flags.z_scaling = 4;
-  
-  DataOut<dim> data_out;
-  data_out.set_flags (eps_flags);
-
-  data_out.attach_dof_handler (dof_handler);
-  data_out.add_data_vector (solution, "solution");
-  data_out.build_patches ();
-  
-  std::ofstream output ("final-solution.eps");
-  data_out.write_eps (output);
 }
 
 

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.