From: guido Date: Mon, 27 Jan 2003 15:25:22 +0000 (+0000) Subject: caveat added X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf3ff1651c21d53d4c8938a27d3e8c8ff13447c2;p=dealii-svn.git caveat added git-svn-id: https://svn.dealii.org/trunk@6965 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.