From: wolf Date: Mon, 27 Nov 2000 14:38:33 +0000 (+0000) Subject: Add notice on the memory consumption things. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12cae5194958ad24bda5da0168e96cb25107e886;p=dealii-svn.git Add notice on the memory consumption things. git-svn-id: https://svn.dealii.org/trunk@3507 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 7ffac193d4..218cac5a10 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -144,6 +144,17 @@ documentation, etc.

base

    +
  1. + New: almost all classes that store data now have a function + memory_consumption that returns an + estimate of the amount of memory (in bytes) used up by this + class. Supporting functions to compute the size of STL vectors + and other objects can be found the + MemoryConsumption namespace. +
    + (WB 2000/11/27) +

    +
  2. New: Class FunctionDerivative computes finite difference approximations of a directional @@ -239,6 +250,15 @@ documentation, etc.

    lac

      +
    1. + New: almost all classes that store data now have a function + memory_consumption that returns an + estimate of the amount of memory (in bytes) used up by this + class. +
      + (WB 2000/11/27) +

      +
    2. New: SparseMatrix::n_actually_nonzero_elements @@ -485,6 +505,15 @@ documentation, etc.

      deal.II

        +
      1. + New: almost all classes that store data now have a function + memory_consumption that returns an + estimate of the amount of memory (in bytes) used up by this + class. +
        + (WB 2000/11/27) +

        +
      2. New: The ConstraintMatrix::add_entries function add several constraints at once. diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index dbf5be72f5..186fbbe72d 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -30,6 +30,21 @@

        +

        +

        + 2000/11/27: Memory consumption monitoring +
        +
        + Almost all classes in the library that store significant + amounts of data now have a function + memory_consumption that returns an + estimate of the amount of memory (in bytes) used up by this + class. These functions may be used to track down where memory + bottlenecks are located. +
        +

        + +

        2000/08/30: New report on dimension