From: bangerth Date: Sun, 1 May 2011 04:17:03 +0000 (+0000) Subject: Announce step-46. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a738e59e641562d4fb6d0947a5f84d8fd9a70b5;p=dealii-svn.git Announce step-46. git-svn-id: https://svn.dealii.org/trunk@23672 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 013f4b6401..d45761a19b 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -30,6 +30,16 @@ inconvenience this causes.
    +
  1. New: The new tutorial program step-46 shows how to couple different +models defined on subsets of +the domain, in this case Stokes flow around an elastic solid. The +trick here is that variables (here the flow velocity and pressure, +and the solid displacement) do not live on the entire domain, but +only on a part. The point of the program is how to represent this in +source code. +
    +(Wolfgang Bangerth, 2011/04/30) +
  2. Fixed: On Debian, the Trilinos packages use a different layout of include files and library names. The ./configure script can now deal with this. diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 14847af766..07b494df9b 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -32,6 +32,20 @@ here.

    +
    + 2011/04/30: step-46 demonstrates coupling different models + on different parts of the domain +
    +
    + step-46 shows how to couple different models defined on subsets of + the domain, in this case Stokes flow around an elastic solid. The + trick here is that variables (here the flow velocity and pressure, + and the solid displacement) do not live on the entire domain, but + only on a part. The point of the program is how to represent this in + source code. +
    + +
    2011/01/09: Version 7.0 released