git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29337
0785d39b-7218-0410-832d-
ea1e28bc413d
* own unknowns, add optional ghost
* values ghost.
*/
- void reinit (const MPI_Comm &communicator,
- const IndexSet &local,
- const IndexSet &ghost=IndexSet(0));
+ void reinit (const IndexSet &local,
+ const IndexSet &ghost,
+ const MPI_Comm &communicator = MPI_COMM_WORLD);
/**
* Set all components of the
const MPI_Comm &communicator = MPI_COMM_WORLD,
const bool fast = false);
+
+
/**
* Reinit function. Takes the
* information of a Vector and copies
}
- void Vector::reinit(const MPI_Comm &communicator, const IndexSet &local, const IndexSet &ghost)
+ void Vector::reinit(const IndexSet &local, const IndexSet &ghost, const MPI_Comm &communicator)
{
IndexSet parallel_partitioning = local;
parallel_partitioning.add_indices(ghost);
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