From: Guido Kanschat Date: Thu, 30 Mar 2006 19:42:11 +0000 (+0000) Subject: add functions begin and end to VectorSlice X-Git-Tag: v8.0.0~11940 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17cbf5ed2bdeafc7fce46adcb94a23600387cb32;p=dealii.git add functions begin and end to VectorSlice git-svn-id: https://svn.dealii.org/trunk@12780 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index d48dad6feb..b70bff9142 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -267,6 +267,13 @@ inconvenience this causes.
    +
  1. Improved: VectorSlice has new functions + begin() and end(), + returning the corresponding vector iterators. +
    + (GK 2006/03/31) +

    +
  2. New: The various tensor classes can now effectively be reset to zero by simply writing t=0; as has long been allowed for matrices and vectors.