From 88e3460994923d5736271f55e7a09ecc0fa54f23 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 14 Jul 2005 08:42:34 +0000 Subject: [PATCH] FETools::compute_face_embedding_matrices git-svn-id: https://svn.dealii.org/trunk@11143 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 1cb3854151..d9d92bb59f 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -557,6 +557,20 @@ inconvenience this causes.

deal.II

    +
  1. + New: Function FETools::compute_face_embedding_matrices allows for + automatic computation of embedding matrices on faces under the sole + assumption that the coarse grid space is embedded into the fine + grid space. In particular, no interpolation points are + required.

    + +

    Using this function, constraint matrices can be computed in + a general way. +
    + (GK, 2005/07/14) +

    +
  2. Improved: All GridIn::read_* functions now call