]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Check write_gnuplot as well.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Feb 2003 14:59:00 +0000 (14:59 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Feb 2003 14:59:00 +0000 (14:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@7257 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/data_out_01.cc
tests/bits/data_out_common.cc
tests/bits/data_out_faces_01.cc

index f33ea6fd0f2032fb8b1a021594ba4273b668c9ba..585b2b454d2e1678ba159abf68cded9dee30b943 100644 (file)
@@ -36,6 +36,7 @@ check_this (const DoFHandler<dim> &dof_handler,
   data_out.write_gmv (deallog.get_file_stream());
   data_out.write_tecplot (deallog.get_file_stream());
   data_out.write_vtk (deallog.get_file_stream());
+  data_out.write_gnuplot (deallog.get_file_stream());
 
                                    // the following is only
                                    // implemented for 2d
index 35b2cce4d1f607579f72710665f0c41a4b02d931..cb50d4ba987eaf1d4fbcc0d36cd8265a64cd27b1 100644 (file)
@@ -73,7 +73,7 @@ check (const FiniteElement<dim> &fe,
   for (unsigned int i=0; i<v_node.size(); ++i) v_node(i) = i;
 
   Vector<double> v_cell (dof_handler.get_tria().n_active_cells());
-  for (unsigned int i=0; i<v_node.size(); ++i) v_node(i) = i;
+  for (unsigned int i=0; i<v_cell.size(); ++i) v_cell(i) = i;
   
                                    // call main function in .cc files
   check_this (dof_handler, v_node, v_cell);
index 59e463ec0f2093d9ee3539eb1cba06fbeeafed3f..13992bdb1cec3012c73bce546dd889b3e515dc3d 100644 (file)
@@ -46,6 +46,7 @@ check_this (const DoFHandler<dim> &dof_handler,
   data_out_faces.write_gmv (deallog.get_file_stream());
   data_out_faces.write_tecplot (deallog.get_file_stream());
   data_out_faces.write_vtk (deallog.get_file_stream());
+  data_out_faces.write_gnuplot (deallog.get_file_stream());
 
                                   // povray and eps cannot presently
                                   // write out face data

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.