From: Wolfgang Bangerth Date: Fri, 9 Feb 2018 19:43:45 +0000 (-0700) Subject: Update documentation of the p::d::SolutionTransfer constructor. X-Git-Tag: v9.0.0-rc1~451^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18124f1223309762ffccd05759183f41e9522d2c;p=dealii.git Update documentation of the p::d::SolutionTransfer constructor. --- 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. */