From: Wolfgang Bangerth Date: Tue, 3 Feb 2015 13:14:16 +0000 (-0600) Subject: Move an entry to the appropriate place. X-Git-Tag: v8.3.0-rc1~503^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cac800654ab43cbdd0c2f6f941c12dfe7bb29ba;p=dealii.git Move an entry to the appropriate place. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index b6cdc6b457..6a3a881977 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -202,7 +202,6 @@ inconvenience this causes. normal_vector ones. In all cases, the new functions have been around for a while. - Mapping::transform_covariant and Mapping::transform_contravariant. - - Classes FEEvaluationDGP, FEEvaluationGeneral and FEEvaluationGL.
With headers in deal.II/dofs/: @@ -223,6 +222,10 @@ inconvenience this causes. - Class MGMatrix. - Multigrid::vmult and friends. +
+ With headers in deal.II/matrix_free/: + - Classes FEEvaluationDGP, FEEvaluationGeneral and FEEvaluationGL. +
With headers in deal.II/mesh_worker/: - Deprecated variants of MeshWorker::loop and MeshWorker::integration_loop.