From 5df87f469ddacf8609e4a88fd72e01c2c81dc055 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 13 Feb 2014 15:28:46 +0000 Subject: [PATCH] report on FE_TraceQ by Angela Klewinghaus; the actual implementation will be checked in by Matthias git-svn-id: https://svn.dealii.org/trunk@32481 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/authors.html | 6 +++++- deal.II/doc/news/changes.h | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/authors.html b/deal.II/doc/authors.html index 7e180f8a3d..e52ef750ea 100644 --- a/deal.II/doc/authors.html +++ b/deal.II/doc/authors.html @@ -191,7 +191,11 @@
  • Benjamin Shelton Kirk: Tecplot output. - + +
  • Angela Klewinghaus: FE_TraceQ, a family of face + elements which are the traces of H1-conforming + finite elements. +
  • Katharina Kormann: Support for arbitrary nodes in FE_Q. Matrix-free framework. step-37 and step-48 tutorial programs. diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index e62fcd2e49..a3d9e9f874 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -124,6 +124,12 @@ inconvenience this causes.

    Specific improvements

      + +
    1. New: FE_TraceQ implements finite elements on faces, which + correspond to the traces of H1-conforming elements. +
      + (Angela Klewinghaus, 2014/02/14) +
    2. New: FE_FaceQ and FE_FaceP now also work in 1D (with a single dof on each vertex).
      -- 2.39.5