]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update grid/cell_id_08 output. 11446/head
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 31 Dec 2020 03:06:38 +0000 (20:06 -0700)
committerMarc Fehling <mafehling.git@gmail.com>
Thu, 31 Dec 2020 03:06:38 +0000 (20:06 -0700)
tests/grid/cell_id_08.cc
tests/grid/cell_id_08.output

index 0e5b824c75719e86cdce730db38ee9c0441b0784..99afe1f9a5e0f7fd8cfef37fe38a5c803d17ec17 100644 (file)
@@ -74,8 +74,8 @@ benchmark(const unsigned int n_global_refinements)
     for (const auto &cell : tria.active_cell_iterators())
       cell_ids.push_back(cell->id());
   }
-  deallog << "Creation successful." << std::endl
-          << "  Number of CellId objects: " << cell_ids.size() << std::endl;
+  deallog << "Creation successful." << std::endl;
+  std::cout << "Number of CellId objects: " << cell_ids.size() << std::endl;
 
 
   //
@@ -106,7 +106,8 @@ benchmark(const unsigned int n_global_refinements)
                 ExcMessage("Serialization with boost binary archives failed."));
     deallog << "Serialization with boost binary archives successful."
             << std::endl;
-    std::cout << "  Buffer size in bytes: " << size_in_bytes(buffer)
+    std::cout << "Buffer size in bytes with ..."
+              << "  boost binary_archive : " << size_in_bytes(buffer)
               << std::endl;
   }
 
@@ -144,7 +145,7 @@ benchmark(const unsigned int n_global_refinements)
     AssertThrow(cell_ids == deserialized,
                 ExcMessage("Serialization with Utilities failed."));
     deallog << "Serialization with Utilities successful." << std::endl;
-    std::cout << "  Buffer size in bytes: " << size_in_bytes(buffer)
+    std::cout << "  Utilities            : " << size_in_bytes(buffer)
               << std::endl;
   }
 
@@ -173,7 +174,7 @@ benchmark(const unsigned int n_global_refinements)
                 ExcMessage("Serialization with binary representation failed."));
     deallog << "Serialization with binary representation successful."
             << std::endl;
-    std::cout << "  Buffer size in bytes: " << size_in_bytes(buffer)
+    std::cout << "  binary representation: " << size_in_bytes(buffer)
               << std::endl;
   }
 
index b6bdf1050c5de042d39f81b56fbb19b87eae41ed..4d9813efe1e357b24a8cc93487a40a212b65326a 100644 (file)
@@ -1,6 +1,5 @@
 
 DEAL::Creation successful.
-DEAL::  Number of CellId objects: 256
 DEAL::Serialization with boost binary archives successful.
 DEAL::Serialization with Utilities successful.
 DEAL::Serialization with binary representation successful.

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.