From 82313b429f4ae855a382cc863b3a5096d81f17bc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 19 Jan 2018 18:11:00 -0700 Subject: [PATCH] Update class doc of p::s::Triangulation. --- include/deal.II/distributed/shared_tria.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/include/deal.II/distributed/shared_tria.h b/include/deal.II/distributed/shared_tria.h index d072095013..9a6d025a11 100644 --- a/include/deal.II/distributed/shared_tria.h +++ b/include/deal.II/distributed/shared_tria.h @@ -84,14 +84,17 @@ namespace parallel * implementing overly complicated schemes to transfer information about * adjacent cells from processor to processor. * - * By default, the partitioning of cells between processors is done - * automatically by calling the METIS library. By passing appropriate - * flags to the constructor of this class (see the Triangulation::Settings - * enum), it is possible to select other modes of partitioning the mesh, + * The partitioning of cells between processors is done internally + * based on a number of different possibilities. By passing appropriate + * flags to the constructor of this class (see the + * parallel::shared::Triangulation::Settings + * enum), it is possible to select different ways of partitioning the mesh, * including ways that are dictated by the application and not by the * desire to minimize the length of the interface between subdomains owned - * by processors. Both the DoFHandler and hp::DoFHandler classes know how - * to enumerate degrees of freedom in ways appropriate for the partitioned mesh. + * by processors (as is done by the METIS and Zoltan packages, both of + * which are options for partitioning). Both the DoFHandler and + * hp::DoFHandler classes know how to enumerate degrees of freedom in ways + * appropriate for the partitioned mesh. * * @author Denis Davydov, 2015 * @ingroup distributed -- 2.39.5