From 842c9cedba8f854a2d95ff7937b95acfd7e57441 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 24 Jun 2010 21:31:44 +0000 Subject: [PATCH] MeshWorker in news git-svn-id: https://svn.dealii.org/trunk@21335 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b54602945a..6713335fbc 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -705,6 +705,12 @@ inconvenience this causes.

deal.II

    + +
  1. New: The namespace MeshWorker contains a generic MeshWorker::loop() over all cells and faces as well as auciliary classes, which allow to program integrals over mesh cells and faces in a very generic and local way. In particular, an application programmer will not have to distinguish between regular faces and faces with hanging nodes anymore. Two tutorial programs (step-12 and step-39) highlight the functionality of this framework. +
    +(GK 2010/06/24) +

  2. +
  3. New: The FE_Q_Hierarchical class now has functions FE_Q_Hierarchical::hp_constraints_are_implemented and -- 2.39.5