From 17f8783deb218cf9f640c4f7b67321a0f8edf6b9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 27 Mar 2013 20:07:09 +0000 Subject: [PATCH] Add documentation to PreconditionAMG::AdditionalData. git-svn-id: https://svn.dealii.org/trunk@29087 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_precondition.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/trilinos_precondition.h b/deal.II/include/deal.II/lac/trilinos_precondition.h index e958fc8e5e..173648e827 100644 --- a/deal.II/include/deal.II/lac/trilinos_precondition.h +++ b/deal.II/include/deal.II/lac/trilinos_precondition.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2008, 2010, 2012 by the deal.II authors +// Copyright (C) 2008, 2010, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1275,6 +1275,12 @@ namespace TrilinosWrappers { public: + /** + * A data structure that is used to control details of how the algebraic + * multigrid is set up. The flags detailed in here are then passed to + * the Trilinos ML implementation. A structure of the current type are + * passed to the constructor of PreconditionAMG. + */ struct AdditionalData { /** -- 2.39.5