From ca2b59b7ad7d72a35b127d12afe3cb2ba087f234 Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 22 Jun 2004 13:05:58 +0000 Subject: [PATCH] New FEValuesBase::get_cell function git-svn-id: https://svn.dealii.org/trunk@9450 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index d5cc31154b..c5890fe0c9 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -200,6 +200,14 @@ inconvenience this causes.

deal.II

    +
  1. + New: The new FEValuesBase::get_cell + function returns the current cell, i.e. the latest cell the + FEValues object was reinited with. +
    + (RH 2004/06/22) +

    +
  2. Changed: The MatrixTools::local_apply_boundary_values function -- 2.39.5