From 83157fc9b271a4bc11e787a06176e2b6f71d3e48 Mon Sep 17 00:00:00 2001 From: turcksin Date: Fri, 13 Dec 2013 01:20:51 +0000 Subject: [PATCH] Augment documentation. git-svn-id: https://svn.dealii.org/trunk@31985 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/distributed/tria.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index c5d1038a3e..ce0a862fb2 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -172,7 +172,8 @@ namespace parallel * * @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. + * to refine cells anisotropically will result in errors. + * @note There is currently no support for distributing 1d triangulations. * * *

Interaction with boundary description

-- 2.39.5