]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added default constructor for CellWeights. 14708/head
authorMarc Fehling <mafehling.git@gmail.com>
Sat, 21 Jan 2023 22:59:34 +0000 (15:59 -0700)
committerMarc Fehling <mafehling.git@gmail.com>
Sat, 21 Jan 2023 22:59:34 +0000 (15:59 -0700)
include/deal.II/distributed/cell_weights.h

index d152c06d0086dd4ad1792e28bb13ab3251a606da..dbb16287c3f13a0e8725c50713f35927b7205e43 100644 (file)
@@ -114,6 +114,13 @@ namespace parallel
       unsigned int(const typename DoFHandler<dim, spacedim>::cell_iterator &,
                    const FiniteElement<dim, spacedim> &)>;
 
+    /**
+     * Constructor.
+     *
+     * No weighting function will be connected yet. Please call reinit().
+     */
+    CellWeights() = default;
+
     /**
      * Constructor.
      *

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.