From 2ad76111114327e13d8d4ea2289a8c2fed77c083 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 19 Dec 2015 17:56:41 -0500 Subject: [PATCH] Add a missing PETScWrappers label. --- include/deal.II/lac/petsc_solver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/deal.II/lac/petsc_solver.h b/include/deal.II/lac/petsc_solver.h index a27e1aa429..d0a1e1aed1 100644 --- a/include/deal.II/lac/petsc_solver.h +++ b/include/deal.II/lac/petsc_solver.h @@ -452,6 +452,7 @@ namespace PETScWrappers /** * An implementation of the solver interface using the PETSc GMRES solver. * + * @ingroup PETScWrappers * @author Wolfgang Bangerth, 2004 */ class SolverGMRES : public SolverBase -- 2.39.5