From: Denis Davydov Date: Tue, 29 Mar 2016 07:04:43 +0000 (+0200) Subject: extend gla/extract_subvector_to_parallel to complex-valued PETSc X-Git-Tag: v8.5.0-rc1~1153^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b271476c4ffcd02fb71a615451dd213c0d1c08;p=dealii.git extend gla/extract_subvector_to_parallel to complex-valued PETSc --- diff --git a/tests/gla/extract_subvector_to_parallel.cc b/tests/gla/extract_subvector_to_parallel.cc index 0453cd94d3..926ea8559e 100644 --- a/tests/gla/extract_subvector_to_parallel.cc +++ b/tests/gla/extract_subvector_to_parallel.cc @@ -53,7 +53,7 @@ void test (VectorType &vector) std::vector values1 (indices.size()); vector.extract_subvector_to (indices, values1); for (unsigned int j=0; j values2 (indices.size()); @@ -61,7 +61,7 @@ void test (VectorType &vector) indices.end(), values2.begin()); for (unsigned int j=0; j