]> https://gitweb.dealii.org/ - dealii.git/commitdiff
address comments
authorTimo Heister <timo.heister@gmail.com>
Sat, 12 Aug 2017 22:23:41 +0000 (16:23 -0600)
committerTimo Heister <timo.heister@gmail.com>
Sat, 12 Aug 2017 22:23:41 +0000 (16:23 -0600)
include/deal.II/distributed/tria.h
include/deal.II/distributed/tria_base.h

index 238a0c6e0517cfd6aa90397f92fb3352266572d0..17b6c8677d2257742b3edfb5337e5af219f798a5 100644 (file)
@@ -858,9 +858,8 @@ namespace parallel
       get_cell_weights();
 
       /**
-       * Return a map that, for each vertex, lists all the processors whose
-       * subdomains are adjacent to that vertex. Used by
-       * DoFHandler::Policy::ParallelDistributed.
+       * Override the implementation in parallel::Triangulation because
+       * we can ask p4est about ghost neighbors across periodic boundaries.
        */
       virtual std::map<unsigned int, std::set<dealii::types::subdomain_id> >
       compute_vertices_with_ghost_neighbors () const;
index a4cd583d7e1e9a736f9b9bc34e736018bb67fb3a..027bd1cddaf976886edbfc31cf4645b69f5bcc26 100644 (file)
@@ -153,8 +153,7 @@ namespace parallel
 
     /**
      * Return a map that, for each vertex, lists all the processors whose
-     * subdomains are adjacent to that vertex. Used by
-     * DoFHandler::Policy::ParallelDistributed.
+     * subdomains are adjacent to that vertex.
      */
     virtual std::map<unsigned int, std::set<dealii::types::subdomain_id> >
     compute_vertices_with_ghost_neighbors () const;

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.