From: Wolfgang Bangerth Date: Mon, 12 Apr 2004 19:13:03 +0000 (+0000) Subject: Mention step-17 X-Git-Tag: v8.0.0~15353 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d2b28e0b3e0d1d4080ccc53b8dafd81545844d;p=dealii.git Mention step-17 git-svn-id: https://svn.dealii.org/trunk@8996 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 1a6bc3daca..0994f9ef71 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -105,6 +105,18 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. New: + The step-17 example program shows how to use the new PETSc wrapper + classes, and how to do large-scale computations with up to many + millions of unknowns on a cluster of computers. This program shows + that deal.II is well-suited for truly massive parallel + computations. The step-15 and step-16 programs have not yet been + finished yet (despite having been started long before step-17), which + explains the holes in the numbering of example programs. +
    + (WB 2004/04/12) +

    +
  2. New: deal.II is now able to interface to the METIS library to generate domain partitionings. This diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index ad523dcc47..1ed9a251bf 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -31,6 +31,18 @@ here.

    +
    + 2004/04/12: New example program for PETSc classes and + parallel computing +
    +
    + The step-17 example program shows how to use the new PETSc wrapper + classes, and how to do large-scale computations with up to many + millions of unknowns on a cluster of computers. This program shows + that deal.II is well-suited for truly massive parallel + computations. +
    +
    2004/03/08: Interfaces to PETSc and METIS