From: wolf Date: Fri, 6 Jul 2001 07:37:38 +0000 (+0000) Subject: Fix by X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d94f3170f3c65286534b2aa0dffb88059edd023;p=dealii-svn.git Fix by git-svn-id: https://svn.dealii.org/trunk@4824 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 5fd0979e55..d9b79ea983 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -469,10 +469,10 @@ documentation, etc.
  1. New: Implement - DoFTools::make_sparsity_pattern, - DoFTools::make_boundary_sparsity_pattern, + DoFTools::make_sparsity_pattern, + DoFTools::make_boundary_sparsity_pattern, and - ConstraintMatrix::condense to work on + ConstraintMatrix::condense to work on the CompressedSparsityPattern and CompressedBlockSparsityPattern and classes. @@ -481,7 +481,7 @@ documentation, etc.

  2. - New: FE*Values::get_quadrature + New: FE*Values::get_quadrature returns a reference to the quadrature formula used by a FEValues object.
    @@ -490,7 +490,7 @@ documentation, etc.

  3. New: DoFTools::compute_intergrid_transfer_representation + class="member">DoFTools::compute_intergrid_transfer_representation is a function that generates a matrix representation that can be used to transfer data from one grid to one component of the fields on another, finer, grid. @@ -499,7 +499,7 @@ documentation, etc.

  4. - Changed: the GeometryInfo class + Changed: the GeometryInfo class has been reverted from a general template that calculates the values of its member variables by recursion/induction to a set of explicitely specialized classes. This seemed necessary since @@ -517,7 +517,7 @@ documentation, etc.

  5. Changed: the classes that denote flags to the TimeStepBase_Tria class have been move + class="class">TimeStepBase_Tria class have been move from local classes to a namespace of their own, names TimeStepBase_Tria_Flags.