From cf50ea8b44bc4615bce4b02042b456b27fb85ac3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 26 Apr 2014 11:53:22 +0000 Subject: [PATCH] Minor text edits. git-svn-id: https://svn.dealii.org/trunk@32840 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 +++++----- deal.II/include/deal.II/distributed/tria.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 4af2ee48b4..c442348d1b 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -148,11 +148,11 @@ inconvenience this causes.

Specific improvements

    -
  1. Fixed: parallel::distributed::Triangulation<...>::load now has an - additional parameter autopartition to control p4est's behaviour of - rebalancing triangulations between mpi nodes upon reading. It is - particularly useful to disable this behaviour when data is stored - seperately (see tests mpi/p4est_save_0?). +
  2. Fixed: parallel::distributed::Triangulation::load now has an + additional parameter autopartition to control p4est's behavior of + rebalancing triangulations between MPI nodes upon reading. It is + particularly useful to disable this behavior when data is stored + separately (examples for this are in the regression tests mpi/p4est_save_0?).
    (Alexander Grayver, Matthias Maier, 2014/04/26)
  3. diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index 673b0dc132..a97648e49a 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -567,7 +567,7 @@ namespace parallel * If you use p4est version > 0.3.4.2 the @p autopartition flag tells * p4est to ignore the partitioning that the triangulation had when * it was saved and make it uniform upon loading. If @p autopartition - * set to false, the triangulation is only repartitioned if needed + * is set to false, the triangulation is only repartitioned if needed * (i.e. if a different number of MPI processes is encountered). */ void load(const char *filename, bool autopartition = true); -- 2.39.5