From 4db81bd2a3d338ac7e5834e072cbd89a1f18d955 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 8 Sep 2015 10:22:19 -0500 Subject: [PATCH] Provide a changelog entry. --- doc/news/changes.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 8d6842ed75..03ac111883 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -272,12 +272,19 @@ inconvenience this causes.
    -
  1. Introduced Hessian-related functions to the Function class. +
  2. New: MappingQ1Eulerian was not instantiated for the various + Trilinos vector types. It is now instantiated for the same + vector types as MappingQEulerian is. +
    + (Wolfgang Bangerth, 2015/09/08) +
  3. + +
  4. New: Introduced Hessian-related functions to the Function class.
    (Denis Davydov, 2015/09/08)
  5. -
  6. Memory consumption during compilation has been reduced by splitting +
  7. New: Memory consumption during compilation has been reduced by splitting instantiation files. For this make_instantiations now supports additional logic to split the the instantiations in .inst files into groups. This is used in fe_values.cc, error_estimator.cc, and others. -- 2.39.5