]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix Doxygen building of Ifpack2 wrappers 18607/head
authorJan Philipp Thiele <54978337+jpthiele@users.noreply.github.com>
Tue, 1 Jul 2025 14:15:43 +0000 (16:15 +0200)
committerJan Philipp Thiele <thiele@wias-berlin.de>
Tue, 1 Jul 2025 15:00:04 +0000 (17:00 +0200)
doc/doxygen/options.dox.in
include/deal.II/lac/trilinos_tpetra_precondition.h

index e549b417a06cb2038a9901ed121cbf18e8dac96f..25a589827039f5a1c3c4b0435f1295741a2afdac 100644 (file)
@@ -245,6 +245,7 @@ PREDEFINED             = DOXYGEN=1 \
                          DEAL_II_WITH_TRILINOS=1 \
                          DEAL_II_TRILINOS_WITH_AMESOS2=1 \
                          DEAL_II_TRILINOS_WITH_EPETRAEXT=1 \
+                         DEAL_II_TRILINOS_WITH_IFPACK2=1 \
                          DEAL_II_TRILINOS_WITH_MUELU=1 \
                          DEAL_II_TRILINOS_WITH_NOX=1 \
                          DEAL_II_TRILINOS_WITH_ROL=1 \
index 813429338fa112a5bd3de7188f225698d10f9931..ac19f9f576562d2ca25ab234b9ff67dfca406e7f 100644 (file)
@@ -935,7 +935,7 @@ namespace LinearAlgebra
          * @param ilu_fill Amount of additional fill-in.
          * @param ilu_atol Constant to be to each diagonal entry before factorization.
          * @param ilu_rtol Factor to scale all diagonal entries by before factorization.
-         * @param overlapOverlap between processor local matrices.
+         * @param overlap Overlap between processor local matrices.
          */
         AdditionalData(const int    ilu_fill = 0,
                        const double ilu_atol = 0.,
@@ -1020,7 +1020,7 @@ namespace LinearAlgebra
          * @param ilut_fill Amount of additional fill-in.
          * @param ilut_atol Constant to be to each diagonal entry before factorization.
          * @param ilut_rtol Factor to scale all diagonal entries by before factorization.
-         * @param overlapOverlap between processor local matrices.
+         * @param overlap Overlap between processor local matrices.
          */
         AdditionalData(const double ilut_drop = 0.,
                        const double ilut_fill = 0.,

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.