From: hartmann Date: Tue, 22 Jun 2004 13:05:58 +0000 (+0000) Subject: New FEValuesBase::get_cell function X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca2b59b7ad7d72a35b127d12afe3cb2ba087f234;p=dealii-svn.git New FEValuesBase::get_cell function git-svn-id: https://svn.dealii.org/trunk@9450 0785d39b-7218-0410-832d-ea1e28bc413d --- 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