]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix copy constructor of MappingQ 15007/head
authorPeter Munch <peterrmuench@gmail.com>
Fri, 31 Mar 2023 06:15:36 +0000 (08:15 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Thu, 15 Jun 2023 20:25:53 +0000 (22:25 +0200)
source/fe/mapping_q.cc

index 527004b33265e36db91b847e907d8a8a4bfbf8e3..20db669f89d7c64defebbb47580f0820003c974e 100644 (file)
@@ -259,6 +259,7 @@ MappingQ<dim, spacedim>::MappingQ(const MappingQ<dim, spacedim> &mapping)
   , polynomials_1d(mapping.polynomials_1d)
   , renumber_lexicographic_to_hierarchic(
       mapping.renumber_lexicographic_to_hierarchic)
+  , unit_cell_support_points(mapping.unit_cell_support_points)
   , support_point_weights_perimeter_to_interior(
       mapping.support_point_weights_perimeter_to_interior)
   , support_point_weights_cell(mapping.support_point_weights_cell)

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.