]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Suppress warning in p::s::T
authorPasquale Africa <pafrica@sissa.it>
Mon, 3 Jul 2023 15:39:21 +0000 (15:39 +0000)
committerPasquale Africa <pafrica@sissa.it>
Mon, 3 Jul 2023 15:39:55 +0000 (15:39 +0000)
include/deal.II/distributed/shared_tria.h

index 50d619426d65fa3592c64459fe8f39ddeba0dc81..8cfa46f8dd9c025ea784d344f57ab2c5a734c211 100644 (file)
@@ -320,6 +320,22 @@ namespace parallel
       copy_triangulation(
         const dealii::Triangulation<dim, spacedim> &other_tria) override;
 
+      /**
+       * Save the triangulation into the given file. This file needs to be
+       * reachable from all nodes in the computation on a shared network file
+       * system. See the SolutionTransfer class on how to store solution vectors
+       * into this file. Additional cell-based data can be saved using
+       * register_data_attach().
+       */
+      using parallel::TriangulationBase<dim, spacedim>::save;
+
+      /**
+       * Load the triangulation saved with save() back in. Cell-based data that
+       * was saved with register_data_attach() can be read in with
+       * notify_ready_to_unpack() after calling load().
+       */
+      using parallel::TriangulationBase<dim, spacedim>::load;
+
       /**
        * Read the data of this object from a stream for the purpose of
        * serialization. Throw away the previous content.

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.