From: Wolfgang Bangerth
Date: Wed, 3 May 2000 13:38:36 +0000 (+0000)
Subject: SwappableVector.
X-Git-Tag: v8.0.0~20615
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc485de6a11a480fff2d6748bf0b8596a46d337;p=dealii.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.
+