From: Wolfgang Bangerth Date: Sun, 24 Oct 2010 19:00:39 +0000 (+0000) Subject: Add a note on anisotropic refinement. X-Git-Tag: v8.0.0~5195 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d9195be796ec41f044f16cd08546e7adf7e2dd5;p=dealii.git Add a note on anisotropic refinement. git-svn-id: https://svn.dealii.org/trunk@22462 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/distributed/tria.h b/deal.II/deal.II/include/distributed/tria.h index c5f9deea39..a9d7b56da0 100644 --- a/deal.II/deal.II/include/distributed/tria.h +++ b/deal.II/deal.II/include/distributed/tria.h @@ -167,6 +167,10 @@ namespace parallel * module, as well as the @ref distributed_paper . See there for more * information. * + * @note This class does not support anisotropic refinement, because + * it relies on the p4est library that does not support this. Attempts + * to refine cells anisotropically will result in errors. + * * @author Wolfgang Bangerth, Timo Heister 2008, 2009, 2010 * @ingroup distributed */