From: wolf Date: Tue, 12 Sep 2000 09:00:12 +0000 (+0000) Subject: Extend KellyErrorEstimator. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ec704b60969e2be980108e3c8896a265d5840a;p=dealii-svn.git Extend KellyErrorEstimator. git-svn-id: https://svn.dealii.org/trunk@3319 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 093841a6ed..a161929dbe 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -448,7 +448,16 @@ documentation, etc.
  1. - New: The DataOut_Faces allows to + Extended: The KellyErrorEstimator + class is now able to estimate errors for several solution + vectors at the same time, provided they live on the same + DoFHandler object. +
    + (WB 2000/09/11) +

    + +
  2. + New: The DataOut_Faces class allows to output faces instead of cells. This might be handy for 3d computations if one is only interested in surface plots, or cuts through the domain.