]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize all variables in MatrixFreeFunctions::ShapeInfo 3488/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 7 Nov 2016 11:41:25 +0000 (12:41 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 7 Nov 2016 11:41:25 +0000 (12:41 +0100)
include/deal.II/matrix_free/shape_info.templates.h

index 2361beccd501bb916a433b781591d0a083a11891..ffb628a250fc9fb3c817fd2bc91004039ea8808d 100644 (file)
@@ -40,8 +40,11 @@ namespace internal
     ShapeInfo<Number>::ShapeInfo ()
       :
       element_type (tensor_general),
+      fe_degree (numbers::invalid_unsigned_int),
       n_q_points (0),
-      dofs_per_cell (0)
+      dofs_per_cell (0),
+      n_q_points_face (0),
+      dofs_per_face (0)
     {}
 
 

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.