From: wolf Date: Wed, 24 Mar 2004 20:17:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4329eb8324b12e3bca4def2cd890e973a274d784;p=dealii-svn.git *** empty log message *** git-svn-id: https://svn.dealii.org/trunk@8865 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 4e659aad4f..ff83af0647 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -524,10 +524,11 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  • 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. + class="member">DoFTools::get_subdomain_association, DoFTools::count_dofs_with_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)