* the set of locally relevant
* degrees of freedom, see step-32.
*
+ * @deprecated Use Vector::Vector(const IndexSet &,const IndexSet &,const MPI_Comm &) instead.
+ *
* @note This operation always creates a ghosted
* vector.
*
* Constructs a new parallel PETSc
* vector from an IndexSet. This creates a non
* ghosted vector.
+ *
+ * @deprecated Use Vector::Vector(const IndexSet &,const MPI_Comm &) instead.
*/
explicit Vector (const MPI_Comm &communicator,
const IndexSet &local) DEAL_II_DEPRECATED;
* constructor with same signature
* for more details.
*
+ * @deprecated Use Vector::reinit(const IndexSet &, const IndexSet &, const MPI_Comm &) instead.
+ *
* @see @ref GlossGhostedVector "vectors with ghost elements"
*/
void reinit (const MPI_Comm &communicator,
/**
* Reinit as a vector without ghost elements. See
* the constructor with same signature
- * for more detais.
+ * for more details.
*
* @see @ref GlossGhostedVector "vectors with ghost elements"
*/
/**
* Reinit as a vector without ghost elements. See
* constructor with same signature
- * for more detais.
+ * for more details.
+ *
+ * @deprecated Use Vector::reinit(const IndexSet &, const MPI_Comm &) instead.
*/
void reinit (const MPI_Comm &communicator,
const IndexSet &local) DEAL_II_DEPRECATED;
/**
* Reinit as a vector without ghost elements. See
* constructor with same signature
- * for more detais.
+ * for more details.
*
* @see @ref GlossGhostedVector "vectors with ghost elements"
*/