From 74ba4523cd26a7b977143985756282d25701f8d8 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 1 Jun 2023 14:10:43 -0400 Subject: [PATCH] Wrap some PETSc documentation lines. These are quite long and missing some HTML. --- include/deal.II/lac/petsc_precondition.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/include/deal.II/lac/petsc_precondition.h b/include/deal.II/lac/petsc_precondition.h index b7e68a47d3..6ed961d8d9 100644 --- a/include/deal.II/lac/petsc_precondition.h +++ b/include/deal.II/lac/petsc_precondition.h @@ -975,11 +975,17 @@ namespace PETScWrappers * @cite zampini2016pcbddc. It mainly consists of two elements: * * * - * The size of the primal space is determined through the @p AdditionalData parameters. A thorough study of the performance of this solver in the context of cardiac mechanics, together with further details on this interface, is available in @cite Barnafi2022. + * The size of the primal space is determined through the @p AdditionalData + * parameters. A thorough study of the performance of this solver in the + * context of cardiac mechanics, together with further details on this + * interface, is available in @cite Barnafi2022. * * @ingroup PETScWrappers */ -- 2.39.5