From ecbf5413cb672ec31d991cf169a15d982830a180 Mon Sep 17 00:00:00 2001 From: Baerbel Jannsen Date: Thu, 1 Jul 2010 12:54:21 +0000 Subject: [PATCH] MeshWorker can be used to assemble multilevel matrices for continuous finite elements git-svn-id: https://svn.dealii.org/trunk@21430 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 63009baa8e..594714981f 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -101,6 +101,13 @@ inconvenience this causes.

deal.II

    +
  1. +

    New: The multilevel matrices for continuous elements + can be built with the MeshWorker now. +
    + (Bärbel Janssen 2010/07/01) +

  2. +
  3. Fixed: On some systems and compilers, the library could not be compiled -- 2.39.5