template <typename Number>
explicit Vector(const MPI_Comm & communicator,
const dealii::Vector<Number> &v,
- const size_type local_size);
+ const size_type locally_owned_size);
-
- /**
- * Copy-constructor the values from a PETSc wrapper vector class.
- *
- * @arg local_size denotes the size of the chunk that shall be stored on
- * the present process.
- *
- * @arg communicator denotes the MPI communicator over which the
- * different parts of the vector shall communicate
- *
- * @deprecated The use of objects that are explicitly of type VectorBase
- * is deprecated: use PETScWrappers::MPI::Vector instead.
- */
- DEAL_II_DEPRECATED
- explicit Vector(const MPI_Comm & communicator,
- const VectorBase &v,
- const size_type local_size);
-
/**
* Construct a new parallel ghosted PETSc vector from IndexSets.
*