From: Daniel Arndt Date: Sun, 10 Jul 2016 21:45:28 +0000 (+0200) Subject: Add changes.h entry X-Git-Tag: v8.5.0-rc1~876^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803c639e883cecb814cb083de309e80f019ffb7d;p=dealii.git Add changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 7897b8d56a..e6d65fdd98 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -362,6 +362,12 @@ inconvenience this causes. (Wolfgang Bangerth, Jean-Paul Pelteret, Rajat Arora, 2016/07/11) +
  • Fixed: Allow to use FETools::get_fe_by_name for all + availabale FiniteElements. +
    + (Daniel Arndt, 2016/07/10) +
  • +
  • Fixed: SymmetricTensor::access_raw_entry() erroneously produced an indexing error for rank-4 symmetric tensors. This is now fixed.