From 4bc4a169b365ceb44bced6eaf144a8eae3609fbc Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 30 Mar 2006 19:42:11 +0000 Subject: [PATCH] add functions begin and end to VectorSlice git-svn-id: https://svn.dealii.org/trunk@12780 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.5