]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix AffineConstraints::copy_from
authorTimo Heister <timo.heister@gmail.com>
Fri, 22 Sep 2023 20:14:45 +0000 (16:14 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 22 Sep 2023 20:17:38 +0000 (16:17 -0400)
We forgot to copy new fields introduced in #15789

include/deal.II/lac/affine_constraints.h

index 63a7568e2ffb4e95eb7c89d08197f2718465922b..f0195c65c260513d8743a271ec2778afdccceaca 100644 (file)
@@ -2590,6 +2590,9 @@ AffineConstraints<number>::copy_from(
   lines_cache = other.lines_cache;
   local_lines = other.local_lines;
   sorted      = other.sorted;
+
+  locally_owned_dofs             = other.locally_owned_dofs;
+  needed_elements_for_distribute = other.needed_elements_for_distribute;
 }
 
 

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.