From: amola Date: Mon, 11 Apr 2016 10:57:30 +0000 (+0200) Subject: added comment on new read_ucd option in doc/news/changes.h X-Git-Tag: v8.5.0-rc1~1113^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7226581fc093a924e14fe9bdd49102a14114c01d;p=dealii.git added comment on new read_ucd option in doc/news/changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index fadcb84bdd..4f4d456fcc 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -100,6 +100,17 @@ inconvenience this causes.

General

    + +
  1. New: Added New option in the read_ucd function of the GridIn class. + A flag can now be assigned to the function, to decide wether the + indicators specified in a UCD file should be interpreted as + boundary_ids or as manifold_ids. This is particularly useful + when the indicators refer to internal faces, for which + boundary_ids cannot be used. +
    + (Andrea Mola, 2016/04/11) +
  2. +
  3. New: Manifold objects were previously only used to compute the locations of individual new points on a manifold. Now, they are also used to compute tangent vectors (via Manifold::get_tangent_vector()), and this