From: wolf Date: Tue, 9 Mar 2004 06:11:12 +0000 (+0000) Subject: Document some new functions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89590873397cfb2e5c88f64e385ae58cfb8ac060;p=dealii-svn.git Document some new functions. git-svn-id: https://svn.dealii.org/trunk@8692 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 12e844af42..4cbe1fd9ad 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -471,6 +471,17 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. New: The new functions SparsityPattern::partition, GridTools::partition_triangulation, DoFTools::get_subdomain_association, and DoFRenumbering::subdomain_wise can now be used to + generate partitions of a triangulation and its associated degrees of + freedom suitable for parallel computations with PETSc. +
    + (WB 2004/03/08) +

    +
  2. Changed: The classes DataOut* and KellyErrorEstimator have been generalized to take more and different vector types as input parameters. In particular,