From f69fb2ad03d9d57638f3bdf624372c16dccfbd11 Mon Sep 17 00:00:00 2001 From: Andrew McBride Date: Thu, 29 Jul 2010 08:19:34 +0000 Subject: [PATCH] Add FETools::compute_projection_from_quadrature_points to changes list in index. git-svn-id: https://svn.dealii.org/trunk@21586 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index ad70c21857..92b2f8a3fa 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -196,6 +196,14 @@ inconvenience this causes.

deal.II

    + +
  1. +

    + New: Ability to project second-order SymmetricTensor and first-order Tensor objects from the quadrature points to the support points of the cell using FETools::compute_projection_from_quadrature_points +
    + (Andrew McBride 2010/07/29) +

    +
  2. Fixed: In some rather pathological cases, the function -- 2.39.5