]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix AffineConstraints copy constructor.
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 22 Sep 2023 22:27:09 +0000 (16:27 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 22 Sep 2023 22:27:09 +0000 (16:27 -0600)
include/deal.II/lac/affine_constraints.h

index 63a7568e2ffb4e95eb7c89d08197f2718465922b..ea857b944cea13a35f54d633d14774ee8eae00f7 100644 (file)
@@ -2163,7 +2163,10 @@ inline AffineConstraints<number>::AffineConstraints(
   : Subscriptor()
   , lines(affine_constraints.lines)
   , lines_cache(affine_constraints.lines_cache)
+  , locally_owned_dofs(affine_constraints.locally_owned_dofs)
   , local_lines(affine_constraints.local_lines)
+  , needed_elements_for_distribute(
+      affine_constraints.needed_elements_for_distribute)
   , sorted(affine_constraints.sorted)
 {}
 

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.