From: Luca Heltai Date: Fri, 31 Oct 2014 10:37:31 +0000 (+0100) Subject: Added comment in changes.h X-Git-Tag: v8.2.0-rc1~81^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58842263310f9c6b2fd34a2e57e141af1db6c4e2;p=dealii.git Added comment in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 7dc07cdaca..a598e1e35e 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -119,6 +119,14 @@ inconvenience this causes.
    +
  1. New: Added support for OpenCASCADE (www.opencascade.org) + library, which allows the use of arbitrary IGES files to describe + the boundary of a mesh. The use of the new classes is described in + the new Step-54. +
    + (Luca Heltai, Andrea Mola, 2014/10/31) +
  2. +
  3. New: The classes implementing iterative solvers have gained a mechanism by which it is possible to observe the progress of the iterations, or to influence when to stop the iteration. The