]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize mapping_type in FE_PolyTensor 6292/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 23 Apr 2018 13:59:54 +0000 (15:59 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 23 Apr 2018 21:16:49 +0000 (23:16 +0200)
source/fe/fe_poly_tensor.cc

index 3e6eb1d9ac2fa3d9d3ebb0088e48acaf86d6ac45..33ece25c4c3cd8432f3aa194aa1d255290c29160 100644 (file)
@@ -150,6 +150,7 @@ FE_PolyTensor<PolynomialType,dim,spacedim>::FE_PolyTensor
   FiniteElement<dim,spacedim> (fe_data,
                                restriction_is_additive_flags,
                                nonzero_components),
+  mapping_type(MappingType::mapping_none),
   poly_space(PolynomialType(degree))
 {
   cached_point(0) = -1;

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.