From: Wolfgang Bangerth Date: Sat, 2 Nov 2013 12:28:48 +0000 (+0000) Subject: Avoid language that compares the current state with a previous state (which is X-Git-Tag: v8.1.0~425 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeaa549a6a30abe0638eb0c70a9426c4c304ebe4;p=dealii.git Avoid language that compares the current state with a previous state (which is of no importance to the person reading the documentation). git-svn-id: https://svn.dealii.org/trunk@31512 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index 5cac19d2de..a4c0526529 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -622,8 +622,11 @@ namespace parallel /** * Load the refinement information saved with save() back in. The mesh - * must contain the same coarse mesh that was used in save(). You no - * longer need to load with the same number of CPUs that you saved with. + * must contain the same coarse mesh that was used in save(). You do not + * need to load with the same number of MPI processes that you saved + * with. Rather, if a mesh is loaded with a different number of MPI + * processes than used at the time of saving, the mesh is repartitioned + * appropriately. */ void load(const char *filename);