]> https://gitweb.dealii.org/ - dealii.git/commitdiff
manual formatting
authorTimo Heister <timo.heister@gmail.com>
Thu, 9 Jul 2015 16:31:36 +0000 (12:31 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 9 Jul 2015 20:02:35 +0000 (16:02 -0400)
This makes doxygen and wrapcomments.py happy

include/deal.II/dofs/dof_renumbering.h
include/deal.II/grid/tria_accessor.h
include/deal.II/lac/arpack_solver.h
include/deal.II/lac/block_linear_operator.h
include/deal.II/lac/linear_operator.h
include/deal.II/lac/shifted_matrix.h
include/deal.II/numerics/vector_tools.h

index 13132952156c2589c5f482c52511832aa82fa1fb..caf2695d0356b63620c3b0802bb4eed048ee47af 100644 (file)
@@ -536,7 +536,8 @@ namespace DoFRenumbering
    *   that have the smallest number of others that couple with it.
    *   If the DoFHandler is built on a parallel triangulation, then on every
    *   processor, these starting indices need to be a (possibly empty)
-   *   subset of the @ref GlossLocallyOwnedDof "locally owned degrees of freedom".
+   *   subset of the
+   *   @ref GlossLocallyOwnedDof "locally owned degrees of freedom".
    *   These will then be used as starting indices for the local renumbering
    *   on the current processor. (In other words, this argument will in
    *   fact be different on every processor unless you pass an
index 299ecec4364f7eb94f915e0b642566b5796e4764..aac2081527458b5a17327b8c3778b640ccc5a5aa 100644 (file)
@@ -2464,8 +2464,11 @@ public:
    * @note If the triangulation this function is called on is
    * of type parallel::distributed::Triangulation, then active
    * cells may be locally owned, ghost cells, or artificial
-   * (see @ref GlossLocallyOwnedCell , @ref GlossGhostCell , and
-   * @ref GlossArtificialCell). This function counts over all of
+   * (see
+   * @ref GlossLocallyOwnedCell,
+   * @ref GlossGhostCell, and
+   * @ref GlossArtificialCell).
+   * This function counts over all of
    * them, including ghost and artificial active cells.
    */
   unsigned int active_cell_index () const;
index cb1783196b897f4e6414dc71604ee9a35a0f6cc6..048ff9929a46eb36ea3fb4b3cf7fcb551e981c1c 100644 (file)
@@ -82,8 +82,9 @@ extern "C" void dneupd_(int *rvec, char *howmany, int *select, double *d,
  * matrix rows are all equal to one, you get a single additional
  * eigenvalue. But beware that some functions in deal.II set these
  * diagonals to rather arbitrary (from the point of view of
- * eigenvalue problems) values. See also @ref step_36 "step-36" for an
- * example.
+ * eigenvalue problems) values. See also
+ * @ref step_36 "step-36"
+ * for an example.
  *
  * @author Baerbel Janssen, Agnieszka Miedlar, 2010, Guido Kanschat 2015
  */
index 1a93f03f730fda401037ed95e39234bcb55d6efc..6df1d1d8b753166c4fd7da179df86763942b05fa 100644 (file)
@@ -38,7 +38,8 @@ template <typename Number> class BlockVector;
  *
  * A function that encapsulates a given collection @p ops of
  * LinearOperators into a block structure. Hereby, it is assumed that Range
- * and Domain are blockvectors, i.e., derived from @ref BlockVectorBase.
+ * and Domain are blockvectors, i.e., derived from
+ * @ref BlockVectorBase.
  * The individual linear operators in @p ops must act on a the underlying
  * vector type of the block vectors, i.e., on Domain::BlockType yielding a
  * result in Range::BlockType.
index f705e4997b33ae92ad146a86a345df8d2439f4da..ecdc0fe3bb01b1b4248212877d12ca5881e6c5de 100644 (file)
@@ -57,7 +57,7 @@ null_operator(const LinearOperator<Domain, Range> &);
  *
  * The class essentially consists of <code>std::function</code> objects
  * that store the knowledge of how to apply the linear operator by
- * implementing the abstract @ref Matrix interface:
+ * implementing the abstract @p Matrix interface:
  * @code
  *   std::function<void(Range &, const Domain &)> vmult;
  *   std::function<void(Range &, const Domain &)> vmult_add;
@@ -576,7 +576,8 @@ operator*(const LinearOperator<Range, Intermediate> &first_op,
 /**
  * @relates LinearOperator
  *
- * Returns the transpose linear operations of @ref op.
+ * Returns the transpose linear operations of
+ * @ref op.
  *
  * @ingroup LAOperators
  */
@@ -680,8 +681,9 @@ inverse_operator(const LinearOperator<typename Solver::vector_type, typename Sol
  * Returns a LinearOperator that is the identity of the vector space
  * @p Range.
  *
- * The function takes an <code>std::function</code> object @ref
- * reinit_vector as an argument to initialize the
+ * The function takes an <code>std::function</code> object
+ * @ref reinit_vector
+ * as an argument to initialize the
  * <code>reinit_range_vector</code> and <code>reinit_domain_vector</code>
  * objects of the LinearOperator object.
  *
index 321ad9f461f65209102d135bb3598ae14ae5ebbb..54de67a6370ba791e752daf5bb8195f5450fdb4b 100644 (file)
@@ -33,8 +33,9 @@ DEAL_II_NAMESPACE_OPEN
  * with <i>A+s I</i>, where <i>s</i> is a provided shift parameter.
  *
  * @deprecated If deal.II was configured with C++11 support, use the
- * LinearOperator class instead, see the module on @ref LAOperators "linear
- * operators" for further details.
+ * LinearOperator class instead, see the module on
+ * @ref LAOperators "linear operators"
+ * for further details.
  *
  * @author Guido Kanschat, 2000, 2001
  */
@@ -97,7 +98,8 @@ private:
  *
  * @deprecated If deal.II was configured with C++11 support, use the
  * LinearOperator class instead, see the module on
- * @ref LAOperators "linear operators" for further details.
+ * @ref LAOperators "linear operators"
+ * for further details.
  *
  * @author Guido Kanschat, 2001
  */
index 37b4a7c69e336257f8f4f62e744f7ea49e891109..3325d80644b8e9f76bc3244b20be55d09bf66392 100644 (file)
@@ -1169,7 +1169,8 @@ namespace VectorTools
    * Dirichlet conditions should be set first, and then completed by hanging
    * node constraints, in order to make sure that the discretization remains
    * consistent. See the discussion on conflicting constraints in the
-   * module on @ref constraints
+   * module on
+   * @ref constraints.
    *
    * <h4>Arguments to this function></h4>
    *
@@ -1199,7 +1200,8 @@ namespace VectorTools
    *
    * @ingroup constraints
    *
-   * @see @ref GlossBoundaryIndicator "Glossary entry on boundary indicators"
+   * @see
+   * @ref GlossBoundaryIndicator "Glossary entry on boundary indicators"
    */
   template <int dim>
   void project_boundary_values_curl_conforming_l2 (const DoFHandler<dim> &dof_handler,

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.