From a2a07b1e791c480ec47c494582d4516f1b33d47f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 22 Aug 2019 11:58:22 -0600 Subject: [PATCH] Augment documentation in one place. --- include/deal.II/fe/fe_poly_tensor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_poly_tensor.h b/include/deal.II/fe/fe_poly_tensor.h index 1fa69c4156..724e0534f7 100644 --- a/include/deal.II/fe/fe_poly_tensor.h +++ b/include/deal.II/fe/fe_poly_tensor.h @@ -148,7 +148,10 @@ class FE_PolyTensor : public FiniteElement { public: /** - * Constructor. + * Constructor. This constructor does a deep copy of the polynomials + * object via the TensorPolynomialsBase::clone() function and stores + * a pointer to the copy. As a consequence, the calling site can + * simply pass a temporary object as the first argument. */ FE_PolyTensor(const TensorPolynomialsBase &polynomials, const FiniteElementData & fe_data, -- 2.39.5