]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize tensor_product_quadrature in constructor 4803/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sat, 12 Aug 2017 23:48:52 +0000 (01:48 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sat, 12 Aug 2017 23:48:52 +0000 (01:48 +0200)
source/fe/mapping_q_generic.cc

index 6f182cb25e983474e25e105a72e0839558acb827..6e2ce1442feb46991ef288736bb64946dab7c880 100644 (file)
@@ -604,7 +604,8 @@ MappingQGeneric<dim,spacedim>::InternalData::InternalData (const unsigned int po
   :
   polynomial_degree (polynomial_degree),
   n_shape_functions (Utilities::fixed_power<dim>(polynomial_degree+1)),
-  line_support_points(QGaussLobatto<1>(polynomial_degree+1))
+  line_support_points(QGaussLobatto<1>(polynomial_degree+1)),
+  tensor_product_quadrature(false)
 {}
 
 

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.