From e0e9fbe17448fdcadf67bd5ee7ccf71f284e9a49 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 9 Mar 2004 05:41:31 +0000 Subject: [PATCH] More on METIS. git-svn-id: https://svn.dealii.org/trunk@8687 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 23de5207bf..12e844af42 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -94,6 +94,18 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. New: deal.II is now able to interface to the + METIS library to generate domain partitionings. This + is enabled if a METIS installation is detected, which either happens + automatically in ./configure, or + by passing a value to the switch --with-metis to configure + the path of a METIS installation. For more information see the README + file. +
    + (WB 2004/03/08) +

    +
  2. New: We now support MIPSpro compiler version 7.41 from SGI. deal.II now runs on IRIX64 machines in 64-bit mode. @@ -107,7 +119,8 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

  3. New: deal.II now comes with a complete set of - wrappers classes for PETSc vectors, matrices, linear solvers and + wrappers classes for PETSc vectors, matrices, linear solvers and preconditioners. Many of the algorithms in deal.II have also been updated to make use of these wrappers. All of this is only enabled if a PETSc installation is detected. This either happens automatically in @@ -115,7 +128,8 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK by passing values to the switches --with-petsc and --with-petsc-arch to configure path and architecture of an existing PETSc installation. If these switches are not used, then - environment variables are searched for this information. + environment variables are searched for this information. For more + information see the README file.
    (WB 2004/03/01)

    -- 2.39.5