From 28d2b28e0b3e0d1d4080ccc53b8dafd81545844d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Apr 2004 19:13:03 +0000 Subject: [PATCH] Mention step-17 git-svn-id: https://svn.dealii.org/trunk@8996 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 12 ++++++++++++ deal.II/doc/news/news.html | 12 ++++++++++++ 2 files changed, 24 insertions(+) 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
    -- 2.39.5