]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove unneeded assert in internal::update_ghost_values_finish() 7804/head
authorDenis Davydov <davydden@gmail.com>
Wed, 13 Mar 2019 14:39:56 +0000 (15:39 +0100)
committerDenis Davydov <davydden@gmail.com>
Wed, 13 Mar 2019 17:26:58 +0000 (18:26 +0100)
include/deal.II/matrix_free/matrix_free.h

index 4877be670b782c0772c815052e241dd6c3092c9d..ed477fd6cfa7b23c061de7a22b3c17c6d1e3f65a 100644 (file)
@@ -2897,12 +2897,6 @@ namespace internal
                                const VectorType & vec)
     {
       (void)component_in_block_vector;
-      Assert(
-        (vector_face_access ==
-           dealii::MatrixFree<dim, Number>::DataAccessOnFaces::unspecified ||
-         vec.size() == 0),
-        ExcNotImplemented());
-
       vec.update_ghost_values_finish();
     }
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.