]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Improve documentation of FETools::compute_projection_matrices(). 6020/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 9 Mar 2018 15:09:17 +0000 (08:09 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 9 Mar 2018 15:09:17 +0000 (08:09 -0700)
include/deal.II/fe/fe_tools.h

index 4c2aabfc86efe3d413294debdcff6f5be707f95c..312e9663afee84f173b6ae7b6303e823381af8c9 100644 (file)
@@ -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
-   * <tt>RefinementCase<dim>::isotropic_refinement</tt> vectors of FullMatrix
-   * objects. Each vector corresponds to one RefinementCase @p refinement_case
-   * and is of the vector size
-   * <tt>GeometryInfo<dim>::n_children(refinement_case)</tt>. This is the
-   * format used in FiniteElement, where we want to use this function mostly.
-   *
-   * @arg isotropic_only Set to <code>true</code> 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
+   *   <tt>RefinementCase<dim>::isotropic_refinement</tt> vectors of FullMatrix
+   *   objects. Each vector corresponds to one RefinementCase @p refinement_case
+   *   and is of the vector size
+   *   <tt>GeometryInfo<dim>::n_children(refinement_case)</tt>. This is the
+   *   format used in FiniteElement, where we want to use this function mostly.
+   *
+   * @arg[in] isotropic_only If set to <code>true</code>, 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 <int dim, typename number, int spacedim>
   void compute_projection_matrices(

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.