From 0d9195be796ec41f044f16cd08546e7adf7e2dd5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 24 Oct 2010 19:00:39 +0000 Subject: [PATCH] Add a note on anisotropic refinement. git-svn-id: https://svn.dealii.org/trunk@22462 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/distributed/tria.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.39.5