]> https://gitweb.dealii.org/ - dealii.git/commitdiff
representation of the decrement operator fixed in doxygen 8649/head
authorReza Rastak <rastak@stanford.edu>
Tue, 27 Aug 2019 01:14:09 +0000 (18:14 -0700)
committerReza Rastak <rastak@stanford.edu>
Tue, 27 Aug 2019 01:14:09 +0000 (18:14 -0700)
include/deal.II/base/vectorization.h
include/deal.II/dofs/dof_handler.h
include/deal.II/grid/filtered_iterator.h
include/deal.II/grid/tria_iterator.h
include/deal.II/lac/petsc_precondition.h
include/deal.II/particles/particle_iterator.h

index 012faf2019bcc9e2be63f298b29d7a055bcf8e69..b356e9c6b73f30635831a0548f0c066019b00bf6 100644 (file)
@@ -104,8 +104,8 @@ struct EnableIfScalar<VectorizedArray<Number, width>>
  * respectively (this corresponds to the SSE/SSE2 data sets) when compiling
  * deal.II on 64-bit operating systems. On Intel Sandy Bridge processors and
  * newer or AMD Bulldozer processors and newer, four doubles or eight floats
- * are used when deal.II is configured using gcc with --with-cpu=native
- * or --with-cpu=corei7-avx. On compilations with AVX-512 support (e.g.,
+ * are used when deal.II is configured using gcc with \--with-cpu=native
+ * or \--with-cpu=corei7-avx. On compilations with AVX-512 support (e.g.,
  * Intel Skylake Server from 2017), eight doubles or sixteen floats are used.
  *
  * This behavior of this class is made similar to the basic data types double
index de66e8d9b443874aadacfd3d467ee371008695e9..d456be13f95204e8e36a1e3b6cc4a89016f3516c 100644 (file)
@@ -107,7 +107,7 @@ namespace internal
  * triangulation data. These iterators are built on top of those of the
  * Triangulation class, but offer the additional information on degrees of
  * freedom functionality compared to pure triangulation iterators. The order
- * in which dof iterators are presented by the <tt>++</tt> and <tt>--</tt>
+ * in which dof iterators are presented by the <tt>++</tt> and <tt>\--</tt>
  * operators is the same as that for the corresponding iterators traversing
  * the triangulation on which this DoFHandler is constructed.
  *
index fb0611a8d02fb457934ba096096dc1816e9a2aac..14d0aa54e14b78ceabde6f03a015e93f678cb99b 100644 (file)
@@ -341,7 +341,7 @@ namespace IteratorFilters
  * filter (called a <em>predicate</em>, following the notation of the C++
  * standard library). Once initialized with a predicate and a value for the
  * iterator, a filtered iterator hops to the next or previous element that
- * satisfies the predicate if operators ++ or -- are invoked. Intermediate
+ * satisfies the predicate if operators ++ or \-- are invoked. Intermediate
  * iterator values that lie in between but do not satisfy the predicate are
  * skipped. It is thus very simple to write loops over a certain class of
  * objects without the need to explicitly write down the condition they have
index 094d125e697183189ed2c2ce534cbc5f40f8a722..88737bd62a173f03796e2fc393764f4d65f6a660 100644 (file)
@@ -114,7 +114,7 @@ class TriaActiveIterator;
  * anyway. Most iterator and accessor functions are inlined.
  *
  * The main functionality of iterators, resides in the <tt>++</tt> and
- * <tt>--</tt> operators. These move the iterator forward or backward just as
+ * <tt>\--</tt> operators. These move the iterator forward or backward just as
  * if it were a pointer into an array. Here, this operation is not so easy,
  * since it may include skipping some elements and the transition between the
  * triangulation levels. This is completely hidden from the user, though you
@@ -151,7 +151,7 @@ class TriaActiveIterator;
  * member function <tt>bool used()</tt>, for the latter a member function
  * <tt>bool active()</tt>.
  *
- * <li> It must have void operators <tt>++</tt> and <tt>--</tt>.
+ * <li> It must have void operators <tt>++</tt> and <tt>\--</tt>.
  *
  * <li> It must declare a local alias <tt>AccessorData</tt> which states the
  * data type the accessor expects to get passed as fourth constructor
@@ -450,14 +450,14 @@ public:
   operator++(int);
 
   /**
-   * Prefix @p -- operator: @p --iterator. This operator moves the iterator to
+   * Prefix @p \-- operator: @p \--iterator. This operator moves the iterator to
    * the previous element and returns a reference to <tt>*this</tt>.
    */
   TriaRawIterator &
   operator--();
 
   /**
-   * Postfix @p -- operator: @p iterator--. This operator moves the iterator
+   * Postfix @p \-- operator: @p iterator\--. This operator moves the iterator
    * to the previous element, but returns an iterator to the element
    * previously pointed to.
    *
@@ -714,14 +714,14 @@ public:
   operator++(int);
 
   /**
-   * Prefix @p -- operator: @p --i. This operator advances the iterator to the
+   * Prefix @p \-- operator: @p \--i. This operator advances the iterator to the
    * previous used element and returns a reference to <tt>*this</tt>.
    */
   TriaIterator<Accessor> &
   operator--();
 
   /**
-   * Postfix @p -- operator: @p i--.
+   * Postfix @p \-- operator: @p i\--.
    */
   TriaIterator<Accessor>
   operator--(int);
@@ -915,14 +915,14 @@ public:
   operator++(int);
 
   /**
-   * Prefix @p -- operator: @p --i. This operator advances the iterator to the
+   * Prefix @p \-- operator: @p \--i. This operator advances the iterator to the
    * previous active element and returns a reference to <tt>*this</tt>.
    */
   TriaActiveIterator<Accessor> &
   operator--();
 
   /**
-   * Postfix @p -- operator: @p i--.
+   * Postfix @p \-- operator: @p i\--.
    */
   TriaActiveIterator<Accessor>
   operator--(int);
index 59506055c039daca5ff64a1610558da0a2825db4..fef5eaadddfdec6429f920b491e6f78a5685fc65 100644 (file)
@@ -669,7 +669,7 @@ namespace PETScWrappers
   /**
    * A class that implements the interface to use the BoomerAMG algebraic
    * multigrid preconditioner from the HYPRE suite. Note that PETSc has to be
-   * configured with HYPRE (e.g. with --download-hypre=1).
+   * configured with HYPRE (e.g. with \--download-hypre=1).
    *
    * The preconditioner does support parallel distributed computations. See
    * step-40 for an example.
@@ -791,7 +791,7 @@ namespace PETScWrappers
   /**
    * A class that implements the interface to use the ParaSails sparse
    * approximate inverse preconditioner from the HYPRE suite. Note that PETSc
-   * has to be configured with HYPRE (e.g. with --download-hypre=1).
+   * has to be configured with HYPRE (e.g. with \--download-hypre=1).
    *
    * ParaSails uses least-squares minimization to compute a sparse approximate
    * inverse. The sparsity pattern used is the pattern of a power of a
index b2f7f8e94ce325ab51c3b19dc61fccad219bf0b1..2384f2503c4fada940c62a1ff4f2ea29ed176855 100644 (file)
@@ -107,7 +107,7 @@ namespace Particles
     operator++(int);
 
     /**
-     * Prefix <tt>--</tt> operator: <tt>--iterator</tt>. This operator moves
+     * Prefix <tt>\--</tt> operator: <tt>\--iterator</tt>. This operator moves
      * the iterator to the previous element and returns a reference to
      * <tt>*this</tt>.
      */
@@ -115,7 +115,7 @@ namespace Particles
     operator--();
 
     /**
-     * Postfix <tt>--</tt> operator: <tt>iterator--</tt>. This operator moves
+     * Postfix <tt>\--</tt> operator: <tt>iterator\--</tt>. This operator moves
      * the iterator to the previous element, but returns an iterator to the
      * element previously pointed to.
      */

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.