From cf3ff1651c21d53d4c8938a27d3e8c8ff13447c2 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 27 Jan 2003 15:25:22 +0000 Subject: [PATCH] caveat added git-svn-id: https://svn.dealii.org/trunk@6965 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/fas.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/deal.II/include/multigrid/fas.h b/deal.II/deal.II/include/multigrid/fas.h index 9f663ac77e..21169cb147 100644 --- a/deal.II/deal.II/include/multigrid/fas.h +++ b/deal.II/deal.II/include/multigrid/fas.h @@ -28,6 +28,8 @@ /** * Implementation of the multigrid method. * + * Warning: methods of this class have not been implemented yet! + * * The function actually performing a multi-level cycle, * @p{level_mgstep}, as well as the function @p{vcycle}, calling it, * require several helper classes handed over as template parameters. -- 2.39.5