From 7226581fc093a924e14fe9bdd49102a14114c01d Mon Sep 17 00:00:00 2001 From: amola Date: Mon, 11 Apr 2016 12:57:30 +0200 Subject: [PATCH] added comment on new read_ucd option in doc/news/changes.h --- doc/news/changes.h | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.5