From 18124f1223309762ffccd05759183f41e9522d2c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 9 Feb 2018 12:43:45 -0700 Subject: [PATCH] Update documentation of the p::d::SolutionTransfer constructor. --- include/deal.II/distributed/solution_transfer.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/deal.II/distributed/solution_transfer.h b/include/deal.II/distributed/solution_transfer.h index 2b25ce5585..4fa6d863b6 100644 --- a/include/deal.II/distributed/solution_transfer.h +++ b/include/deal.II/distributed/solution_transfer.h @@ -135,9 +135,15 @@ namespace parallel #endif public: /** - * Constructor, takes the current DoFHandler as argument. + * Constructor. + * + * @param[in] dof The DoFHandler or hp::DoFHandler on which all + * operations will happen. At the time when this constructor + * is called, the DoFHandler still points to the triangulation + * before the refinement in question happens. */ SolutionTransfer(const DoFHandlerType &dof); + /** * Destructor. */ -- 2.39.5