From 4646a314786183282cf53c9195c6944699916afa Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Sat, 21 Jan 2023 15:59:34 -0700 Subject: [PATCH] Added default constructor for CellWeights. --- include/deal.II/distributed/cell_weights.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/deal.II/distributed/cell_weights.h b/include/deal.II/distributed/cell_weights.h index d152c06d00..dbb16287c3 100644 --- a/include/deal.II/distributed/cell_weights.h +++ b/include/deal.II/distributed/cell_weights.h @@ -114,6 +114,13 @@ namespace parallel unsigned int(const typename DoFHandler::cell_iterator &, const FiniteElement &)>; + /** + * Constructor. + * + * No weighting function will be connected yet. Please call reinit(). + */ + CellWeights() = default; + /** * Constructor. * -- 2.39.5