From: Bruno Turcksin Date: Fri, 13 Dec 2013 01:20:51 +0000 (+0000) Subject: Augment documentation. X-Git-Tag: v8.2.0-rc1~1209 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5094a7e4ed41842cdd0c5488b1305dc97fd189;p=dealii.git Augment documentation. git-svn-id: https://svn.dealii.org/trunk@31985 0785d39b-7218-0410-832d-ea1e28bc413d --- 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