From 2d985993d6c1f2357daa566d593d54e42d13bced Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 1 Jul 2016 12:14:09 -0500 Subject: [PATCH] Add changelog entry. --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 26ff95fb89..f5b1486eb1 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -322,6 +322,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: The function DoFTools::dof_couplings_from_component_couplings + for hp::FECollection arguments was compiled but not exported from the + object file. This is now fixed. +
    + (Wolfgang Bangerth, 2016/07/01) +
  2. +
  3. New: The MappingFEField class was previously only instantiated if the vector type was dealii::Vector. It is now also instantiated for PETSc and Trilinos wrapper vector types. -- 2.39.5