From 9d82c7ca0d1ff94c3c88ff0b89b3dd61c6680790 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 17 Jul 2015 11:34:33 -0500 Subject: [PATCH] Add changelog entry. --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index b9d144b3be..f018a007be 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -62,6 +62,14 @@ inconvenience this causes.
    +
  1. Fixed: When using FESystem with base elements that require + information other than the determinant of the Jacobian (e.g., + elements that require the Jacobian itself), then this information + was not passed down to FiniteElement::fill_fe_values of the + base element. This is now fixed. +
    + (Wolfgang Bangerth, Zhen Tao, 2015/07/17) +
  2. New: The parallel::distributed::Triangulation can now be told to partition the cells so that the sum of certain weights associated with each -- 2.39.5