From: Nicolas Barnafi Date: Mon, 9 May 2022 22:43:09 +0000 (+0200) Subject: fixed authorship through changelog file X-Git-Tag: v9.5.0-rc1~947^2~20 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24a8d34c76fb9bd75f5fe463369ae40dc36158f8;p=dealii.git fixed authorship through changelog file --- diff --git a/doc/news/changes/minor/20221005NicolasBarnafi b/doc/news/changes/minor/20221005NicolasBarnafi new file mode 100644 index 0000000000..6c930d10ed --- /dev/null +++ b/doc/news/changes/minor/20221005NicolasBarnafi @@ -0,0 +1,3 @@ +New: The PetscWrappers::PreconditionBDDC preconditioner has been implemented. It requires a special matrix type (IS), which is initialized with the new function PetscWrappers::reinit_IS. +
+(Nicolas Barnafi, 2022/05/10) diff --git a/include/deal.II/lac/petsc_precondition.h b/include/deal.II/lac/petsc_precondition.h index 65e0d99617..f43912e283 100644 --- a/include/deal.II/lac/petsc_precondition.h +++ b/include/deal.II/lac/petsc_precondition.h @@ -962,7 +962,6 @@ namespace PETScWrappers * PETSc. * * @ingroup PETScWrappers - * @author Nicolas Barnafi, 2022 */ class PreconditionBDDC : public PreconditionBase {