From 5a8e2765595bbb790be9572c55fb46c305e34058 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 3 May 2000 13:38:36 +0000 Subject: [PATCH] SwappableVector. git-svn-id: https://svn.dealii.org/trunk@2788 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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. +

    -- 2.39.5