From: wolf Date: Wed, 3 May 2000 13:38:36 +0000 (+0000) Subject: SwappableVector. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a8e2765595bbb790be9572c55fb46c305e34058;p=dealii-svn.git SwappableVector. git-svn-id: https://svn.dealii.org/trunk@2788 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index bd633bd874..713b607e1c 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -93,6 +93,14 @@ manages the conversion of global indices into a block vector/matrix/... to the indices local to each of the blocks.

+ +
  • + New: SwappableVector: Class that + allows to swap out the data of a vector to disk and reload it + later on. It also has a function to preload the data before its + use in a separate thread if the library is configured for + multi-threading. +