From: Wolfgang Bangerth Date: Sun, 27 Mar 2016 19:11:30 +0000 (-0500) Subject: Also document arguments and types. X-Git-Tag: v8.5.0-rc1~1166^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2419%2Fhead;p=dealii.git Also document arguments and types. --- diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index 1cc6a9ef46..a902725eba 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -65,6 +65,16 @@ namespace Manifolds * of the object pointed to. An example of where this is necessary * is for mesh refinement, where (using the 2d situation as an example) * we need to first create new edge mid-points, and then a new cell-point. + * + * @param[in] iterator A mesh iterator that points to either a line, quad, + * or hex. + * @param[in] with_laplace Whether or not to compute the quadrature weights + * by solving a Laplace equation, as discussed above. + * @tparam MeshIteratorType An iterator type that corresponds to either + * Triangulation::cell_iterator (or variants such as + * Triangulation::active_cell_iterator or DoFHandler::cell_iterator) or + * that is the result of statements such as + * cell-@>face(f) or cell-@>line(l). */ template Quadrature