From: heltai Date: Tue, 10 Mar 2009 09:13:09 +0000 (+0000) Subject: Added step-34 to the tutorial list X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9800fae6443986add5df6e6e730a9b0862131c4a;p=dealii-svn.git Added step-34 to the tutorial list git-svn-id: https://svn.dealii.org/trunk@18470 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/deal.dox b/deal.II/doc/doxygen/deal.dox index cf1de45c93..f5bc7c7a18 100644 --- a/deal.II/doc/doxygen/deal.dox +++ b/deal.II/doc/doxygen/deal.dox @@ -50,4 +50,5 @@ IMAGE_PATH = images \ ../../examples/step-30/doc \ ../../examples/step-31/doc \ ../../examples/step-32/doc \ - ../../examples/step-33/doc + ../../examples/step-33/doc \ + ../../examples/step-34/doc diff --git a/deal.II/doc/doxygen/tutorial/navbar.html b/deal.II/doc/doxygen/tutorial/navbar.html index 8ed3584d21..d0191aa07c 100644 --- a/deal.II/doc/doxygen/tutorial/navbar.html +++ b/deal.II/doc/doxygen/tutorial/navbar.html @@ -60,7 +60,8 @@ 29  30  31
- 33 + 33  + 34


diff --git a/deal.II/doc/doxygen/tutorial/toc.html b/deal.II/doc/doxygen/tutorial/toc.html index 9b893f03be..726c0c4663 100644 --- a/deal.II/doc/doxygen/tutorial/toc.html +++ b/deal.II/doc/doxygen/tutorial/toc.html @@ -259,7 +259,14 @@ searching for programs with a certain functionality. Step-33 A nonlinear hyperbolic conservation law: The Euler equations of - compressible gas dynamics. + compressible gas dynamics. + + + + Step-34 + Boundary Element Methods of low order: The Exterior Irrotational + Flow. ParsedFunction class. + @@ -362,7 +369,8 @@ by topic: Step-19, Step-28, Step-29, - Step-33 + Step-33, + Step-34 Input parameter handling @@ -429,6 +437,13 @@ by topic: + + + Step-34 + Boundary element methods + + +
@@ -563,8 +578,14 @@ by topic: A multigroup diffusion problem in neutron transport - + + + + Step-34 + Irrotational Flow + +
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 575266f5b5..cb5a98fe64 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -158,6 +158,18 @@ inconvenience this causes.

General

    +
  1. +

    + New: A new tutorial program @ref step_34 "step-34" was added to the + library that shows the usage of the new codimension one functionality + recently added to the library. In this tutorial we show the use of + bondary element methods on piecewise constant functions defined over + a surface, and we solve the irrotational flow problem, or exterior + Neumann Laplace problem. +
    + (Luca Heltai 2009/03/10) +

    +
  2. Fixed: When linking with both Trilinos and BLAS, the BLAS libraries appeared @@ -216,6 +228,7 @@ inconvenience this causes.

  3. +

    New: Based on work by Cataldo Manigrasso and Luca Heltai developed over the last few months on a branch, deal.II now supports meshes that are embedded in higher space