From: wolf Date: Wed, 26 Jul 2000 14:40:43 +0000 (+0000) Subject: Add DataOut::clear_input_data_references. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd6a064626f686fbedc5d93fe75d6ce79dc1660;p=dealii-svn.git Add DataOut::clear_input_data_references. git-svn-id: https://svn.dealii.org/trunk@3212 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 c4fca5cb3d..5d9281824d 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -393,6 +393,16 @@

deal.II

    +
  1. + New: DataOut::clear_input_data_references + clears all reference to input data vectors and to the DoFHandler. This function may be useful + after the patches have been built, to release memory as early + as possible, in this case before the output is actually written. +
    + (WB 2000/07/26) +

    +
  2. New: class DerivativeApproximation approximates the norm of the gradient or second derivative of a @@ -684,7 +694,7 @@

  3. New: DataOut::clear_data_vectors allows to re-use an object without deleting the DoFHandler + class="class">DoFHandler.
    (GK 2000/04/05)