From: guido Date: Thu, 14 Jul 2005 08:42:34 +0000 (+0000) Subject: FETools::compute_face_embedding_matrices X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a78851997f45448961e7a5d0dab7b1eceae4289;p=dealii-svn.git FETools::compute_face_embedding_matrices git-svn-id: https://svn.dealii.org/trunk@11143 0785d39b-7218-0410-832d-ea1e28bc413d --- 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