From: Wolfgang Bangerth Date: Fri, 9 Mar 2018 15:09:17 +0000 (-0700) Subject: Improve documentation of FETools::compute_projection_matrices(). X-Git-Tag: v9.0.0-rc1~347^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6020%2Fhead;p=dealii.git Improve documentation of FETools::compute_projection_matrices(). --- diff --git a/include/deal.II/fe/fe_tools.h b/include/deal.II/fe/fe_tools.h index 4c2aabfc86..312e9663af 100644 --- a/include/deal.II/fe/fe_tools.h +++ b/include/deal.II/fe/fe_tools.h @@ -393,16 +393,20 @@ namespace FETools * FiniteElement classes in order to fill the respective * FiniteElement::restriction matrices. * - * @arg fe The finite element class for which we compute the projection - * matrices. @arg matrices A reference to - * RefinementCase::isotropic_refinement vectors of FullMatrix - * objects. Each vector corresponds to one RefinementCase @p refinement_case - * and is of the vector size - * GeometryInfo::n_children(refinement_case). This is the - * format used in FiniteElement, where we want to use this function mostly. - * - * @arg isotropic_only Set to true if you only want to compute - * matrices for isotropic refinement. + * @arg[in] fe The finite element class for which we compute the projection + * matrices. + * + * @arg[out] matrices A reference to a set of + * RefinementCase::isotropic_refinement vectors of FullMatrix + * objects. Each vector corresponds to one RefinementCase @p refinement_case + * and is of the vector size + * GeometryInfo::n_children(refinement_case). This is the + * format used in FiniteElement, where we want to use this function mostly. + * + * @arg[in] isotropic_only If set to true, then this + * function only computes data for the isotropic refinement case. The + * other elements of the output vector are left untouched (but still + * exist). */ template void compute_projection_matrices(