From 5353b065440f5a849d34d98a236146c333b775ac Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
Date: Sun, 1 May 2011 04:17:03 +0000
Subject: [PATCH] Announce step-46.
git-svn-id: https://svn.dealii.org/trunk@23672 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/news/changes.h | 10 ++++++++++
deal.II/doc/news/news.html | 14 ++++++++++++++
2 files changed, 24 insertions(+)
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.
+- 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)
+
- 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
--
2.39.5