From: guido Date: Thu, 30 Mar 2006 19:42:11 +0000 (+0000) Subject: add functions begin and end to VectorSlice X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc4a169b365ceb44bced6eaf144a8eae3609fbc;p=dealii-svn.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.