<h3>Specific improvements</h3>
<ol>
- <li> 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?).
+ <li> Fixed: parallel::distributed::Triangulation::load now has an
+ additional parameter <code>autopartition</code> 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?).
<br>
(Alexander Grayver, Matthias Maier, 2014/04/26)
</li>
* 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);