- Assuming you have a working cross compilation toolchain, set up a
- toolchain file next. With that
- invoke cmake with something like:
+ Assuming you have a working cross compilation toolchain, the next
+ step is to set up a
+ toolchain file
+ (or for for
+ Windows64 using MinGW).
+ After that invoke cmake with something like:
+
cmake -DCMAKE_TOOLCHAIN_FILE=<...>/Toolchain.sample
-DDEAL_II_FORCE_BUNDLED_BOOST=ON
-DDEAL_II_ALLOW_AUTODETECTION=OFF
diff --git a/deal.II/doc/developers/svn.html b/deal.II/doc/developers/svn.html
index 40f50d86b8..50350032a2 100644
--- a/deal.II/doc/developers/svn.html
+++ b/deal.II/doc/developers/svn.html
@@ -5,8 +5,7 @@
deal.II SVN Archive
-
-
+
diff --git a/deal.II/doc/developers/testsuite.html b/deal.II/doc/developers/testsuite.html
index d6307a695c..85f72404a6 100644
--- a/deal.II/doc/developers/testsuite.html
+++ b/deal.II/doc/developers/testsuite.html
@@ -5,8 +5,7 @@
The deal.II Testsuite
-
-
+
@@ -540,7 +539,7 @@
// ---------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2013 by the deal.II authors
+// Copyright (C) 2013 by the deal.II Authors
//
// This file is part of the deal.II library.
//
diff --git a/deal.II/doc/developers/title.html b/deal.II/doc/developers/title.html
index 722800afa0..d7b8f7fe31 100644
--- a/deal.II/doc/developers/title.html
+++ b/deal.II/doc/developers/title.html
@@ -5,8 +5,7 @@
deal.II information for developers
-
-
+
diff --git a/deal.II/doc/developers/toc.html b/deal.II/doc/developers/toc.html
index 1f45fbe1f1..2e7da24f67 100644
--- a/deal.II/doc/developers/toc.html
+++ b/deal.II/doc/developers/toc.html
@@ -5,8 +5,7 @@
The deal.II Development Page
-
-
+
diff --git a/deal.II/doc/developers/writing-documentation.html b/deal.II/doc/developers/writing-documentation.html
index ab4913a3c3..30a938abc1 100644
--- a/deal.II/doc/developers/writing-documentation.html
+++ b/deal.II/doc/developers/writing-documentation.html
@@ -5,8 +5,7 @@
Writing documentation
-
-
+
diff --git a/deal.II/doc/documentation.html b/deal.II/doc/documentation.html
index fbbc492fee..6ba9d79a25 100644
--- a/deal.II/doc/documentation.html
+++ b/deal.II/doc/documentation.html
@@ -5,8 +5,7 @@
The deal.II Online Documentation
-
-
+
diff --git a/deal.II/doc/doxygen/deal.css b/deal.II/doc/doxygen/deal.css
index 0df1f74db3..716718c669 100644
--- a/deal.II/doc/doxygen/deal.css
+++ b/deal.II/doc/doxygen/deal.css
@@ -1,3 +1,7 @@
+//
+// Copyright (C) 1998 - 2013 by the deal.II authors
+//
+
table.tutorial {
color: black;
border: 1px solid #aaa;
diff --git a/deal.II/doc/doxygen/header.html.in b/deal.II/doc/doxygen/header.html.in
index e848e926ea..3c95a1d965 100644
--- a/deal.II/doc/doxygen/header.html.in
+++ b/deal.II/doc/doxygen/header.html.in
@@ -13,8 +13,7 @@
-
-
+
diff --git a/deal.II/doc/doxygen/header.tex.in b/deal.II/doc/doxygen/header.tex.in
index 7666dea680..647db0face 100644
--- a/deal.II/doc/doxygen/header.tex.in
+++ b/deal.II/doc/doxygen/header.tex.in
@@ -17,7 +17,7 @@
\begin{center}
{\Large deal.II Reference Manual for Version @DEAL_II_PACKAGE_VERSION@}\\
\vspace*{1cm}
-{\large Wolfgang Bangerth, Timo Heister, Guido Kanschat}\\
+{\large The deal.II Authors}\\
\vspace*{0.5cm}
{\small Generated by Doxygen, \today}\\
\end{center}
diff --git a/deal.II/doc/doxygen/scripts/filter b/deal.II/doc/doxygen/scripts/filter
index 405e31ef2e..98b0f2b25a 100755
--- a/deal.II/doc/doxygen/scripts/filter
+++ b/deal.II/doc/doxygen/scripts/filter
@@ -1,4 +1,19 @@
#!/usr/bin/perl -p
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2007 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
# make sure we can just write $...$ for formulas.
s/\$/\@f\$/g;
diff --git a/deal.II/doc/doxygen/scripts/make_toc.pl b/deal.II/doc/doxygen/scripts/make_toc.pl
index 94381ba405..1b1fbfe84c 100644
--- a/deal.II/doc/doxygen/scripts/make_toc.pl
+++ b/deal.II/doc/doxygen/scripts/make_toc.pl
@@ -1,6 +1,18 @@
-######################################################################
-# $Id:$
-######################################################################
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
$/ = undef;
diff --git a/deal.II/doc/doxygen/scripts/steps.pl b/deal.II/doc/doxygen/scripts/steps.pl
index 57dae7e18f..7384b1e7f2 100644
--- a/deal.II/doc/doxygen/scripts/steps.pl
+++ b/deal.II/doc/doxygen/scripts/steps.pl
@@ -1,10 +1,18 @@
-######################################################################
-# $Id$
-######################################################################
-#
-# Copyright (c) the deal.II authors 2009
-#
-######################################################################
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
use strict;
diff --git a/deal.II/doc/doxygen/scripts/validate-xrefs.pl b/deal.II/doc/doxygen/scripts/validate-xrefs.pl
index f7408e2a26..0e3142b635 100644
--- a/deal.II/doc/doxygen/scripts/validate-xrefs.pl
+++ b/deal.II/doc/doxygen/scripts/validate-xrefs.pl
@@ -1,8 +1,26 @@
-# $Id$
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
+
+#
+# Author: Wolfgang Bangerth, Guido Kanschat 2000, 2004
+#
# Check whether references in HTML files are valid or
# point to non-existing files/links/etc
#
-# Author: Wolfgang Bangerth, Guido Kanschat 2000, 2004
+
# set this to 1 if you want verbose output
$debug = 0;
diff --git a/deal.II/doc/doxygen/stylesheet.css b/deal.II/doc/doxygen/stylesheet.css
index 3165157d62..ba968f6bbd 100644
--- a/deal.II/doc/doxygen/stylesheet.css
+++ b/deal.II/doc/doxygen/stylesheet.css
@@ -1,3 +1,7 @@
+//
+// Copyright (C) 1998 - 2013 by the deal.II authors
+//
+
h1, h2, h3, h4, h5, h6 {
color: Black;
background: none;
diff --git a/deal.II/doc/doxygen/tutorial/CMakeLists.txt b/deal.II/doc/doxygen/tutorial/CMakeLists.txt
index f0c45fc022..acb617e981 100644
--- a/deal.II/doc/doxygen/tutorial/CMakeLists.txt
+++ b/deal.II/doc/doxygen/tutorial/CMakeLists.txt
@@ -1,7 +1,7 @@
## ---------------------------------------------------------------------
## $Id$
##
-## Copyright (C) 2012 - 2013 by the deal.II authors
+## Copyright (C) 2012 - 2013 by the deal.II Authors
##
## This file is part of the deal.II library.
##
diff --git a/deal.II/doc/doxygen/tutorial/index.html b/deal.II/doc/doxygen/tutorial/index.html
index 8dc9fa5c72..a6c308ae7b 100644
--- a/deal.II/doc/doxygen/tutorial/index.html
+++ b/deal.II/doc/doxygen/tutorial/index.html
@@ -5,7 +5,7 @@
Step-by-Step Examples
-
+
diff --git a/deal.II/doc/doxygen/tutorial/navbar.html b/deal.II/doc/doxygen/tutorial/navbar.html
index c43ceb2486..b88c2c9818 100644
--- a/deal.II/doc/doxygen/tutorial/navbar.html
+++ b/deal.II/doc/doxygen/tutorial/navbar.html
@@ -4,8 +4,7 @@
Step-by-Step Examples
-
-
+
diff --git a/deal.II/doc/doxygen/tutorial/title.html b/deal.II/doc/doxygen/tutorial/title.html
index 84d983ecde..d5cfc51d59 100644
--- a/deal.II/doc/doxygen/tutorial/title.html
+++ b/deal.II/doc/doxygen/tutorial/title.html
@@ -5,8 +5,7 @@
Step-by-Step Examples
-
-
+
diff --git a/deal.II/doc/doxygen/tutorial/toc-list.html b/deal.II/doc/doxygen/tutorial/toc-list.html
index 950d1b0620..c93510dfdf 100644
--- a/deal.II/doc/doxygen/tutorial/toc-list.html
+++ b/deal.II/doc/doxygen/tutorial/toc-list.html
@@ -3,8 +3,7 @@
Step-by-Step
-
-
+
diff --git a/deal.II/doc/doxygen/tutorial/toc-topics.html b/deal.II/doc/doxygen/tutorial/toc-topics.html
index c2e5480b8b..54e69bbb93 100644
--- a/deal.II/doc/doxygen/tutorial/toc-topics.html
+++ b/deal.II/doc/doxygen/tutorial/toc-topics.html
@@ -3,8 +3,7 @@
Step-by-Step
-
-
+
diff --git a/deal.II/doc/doxygen/tutorial/toc.html.in b/deal.II/doc/doxygen/tutorial/toc.html.in
index e813aeb343..279556c734 100644
--- a/deal.II/doc/doxygen/tutorial/toc.html.in
+++ b/deal.II/doc/doxygen/tutorial/toc.html.in
@@ -3,8 +3,7 @@
Step-by-Step
-
-
+
diff --git a/deal.II/doc/external-libs/arpack.html b/deal.II/doc/external-libs/arpack.html
index 52a6c37202..8d7182e6ac 100644
--- a/deal.II/doc/external-libs/arpack.html
+++ b/deal.II/doc/external-libs/arpack.html
@@ -5,10 +5,9 @@
The deal.II Readme on interfacing to ARPACK
-
-
+
@@ -101,10 +100,17 @@
+
diff --git a/deal.II/doc/external-libs/mumps.html b/deal.II/doc/external-libs/mumps.html
index 9459e54e4e..7bb7b236f2 100644
--- a/deal.II/doc/external-libs/mumps.html
+++ b/deal.II/doc/external-libs/mumps.html
@@ -5,10 +5,9 @@
The deal.II Readme on interfacing to MUMPS
-
-
+
@@ -345,10 +344,16 @@
but this time omitting the -fPIC flag from the scheme.
-
+
- The deal.II Group
- $Date$
+ The deal.II Authors
+ $Date$
+
diff --git a/deal.II/doc/external-libs/p4est-setup.sh b/deal.II/doc/external-libs/p4est-setup.sh
index 8129d7c63b..3d2ef13dfb 100755
--- a/deal.II/doc/external-libs/p4est-setup.sh
+++ b/deal.II/doc/external-libs/p4est-setup.sh
@@ -1,4 +1,22 @@
#! /bin/bash
+#
+# This file is part of p4est [1].
+# p4est is a C library to manage a collection (a forest) of multiple
+# connected adaptive quadtrees or octrees in parallel.
+#
+# Copyright (C) 2010 The University of Texas System
+# Written by Carsten Burstedde, Lucas C. Wilcox, and Tobin Isaac
+# Modified 2010 by Wolfgang Bangerth
+# Modified 2010 by Timo Heister
+# Modified 2013 by Matthias Maier
+#
+# p4est is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# [1] http://www.p4est.org
+#
# This program comes with ABSOLUTELY NO WARRANTY.
diff --git a/deal.II/doc/external-libs/p4est.html b/deal.II/doc/external-libs/p4est.html
index ab17ff2a35..a1255c0cf0 100644
--- a/deal.II/doc/external-libs/p4est.html
+++ b/deal.II/doc/external-libs/p4est.html
@@ -4,7 +4,7 @@
The deal.II Readme on interfacing to p4est
-
+
@@ -60,10 +60,16 @@
the general ReadMe file.
-
+
- The deal.II Group
- $Date$
+ The deal.II Authors
+ $Date$
+
diff --git a/deal.II/doc/external-libs/petsc.html b/deal.II/doc/external-libs/petsc.html
index 3fbc0b78f8..252e88222a 100644
--- a/deal.II/doc/external-libs/petsc.html
+++ b/deal.II/doc/external-libs/petsc.html
@@ -4,7 +4,6 @@
The deal.II Readme on interfacing to PETSc
-
@@ -142,11 +141,16 @@
program runs well in debug mode.
-
-
+
- The deal.II Group
+ The deal.II Authors
$Date$
+
A Galerkin discretization with all degrees of freedom in the interior of the grid cells. Continuity between grid cells is established by jump terms on the cell interfaces.
Furthermore, the deal.II distribution comes bundled with some third
- party software for which the deal.II authors do not own the
+ party software for which the deal.II Authors do not own the
copyright. The licenses of these parts are discussed
below.
@@ -46,8 +45,6 @@
deal.II authors generally refer to all
people mentioned at the deal.II Authors
page.
- These are the maintainers Wolfgang Bangerth, Timo Heister, and Guido
- Kanschat and a long list of contributors.
Contributions
@@ -58,11 +55,11 @@
the license of the deal.II project granted to you.
- We, the deal.II authors, do not require
- copyright assignments for contributions. This means that the
- copyright for code contributions in the deal.II project is held by
- its respective contributors who have each agreed to release their
- contributed code under the terms of the LGPL v2.1 or later.
+ The deal.II project does not require copyright assignments for
+ contributions. This means that the copyright for code contributions
+ in the deal.II project is held by its respective contributors who
+ have each agreed to release their contributed code under the terms of
+ the LGPL v2.1 or later.
@@ -125,8 +122,8 @@
Contact
For further questions regarding licensing and commercial use please
- contact the deal.II maintainers directly via one of the following mail
- addresses:
+ contact the deal.II principal developers directly via one of the
+ following mail addresses:
Wolfgang Bangerth < bangerth@gmail.com >
diff --git a/deal.II/doc/license/adjust.pl b/deal.II/doc/license/adjust.pl
index 497170f753..d36541a325 100644
--- a/deal.II/doc/license/adjust.pl
+++ b/deal.II/doc/license/adjust.pl
@@ -1,4 +1,19 @@
#!/bin/perl
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II Authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
my $header=1;
diff --git a/deal.II/doc/license/replace.sh b/deal.II/doc/license/replace.sh
index f43cf5241f..5b87905cd3 100755
--- a/deal.II/doc/license/replace.sh
+++ b/deal.II/doc/license/replace.sh
@@ -1,4 +1,19 @@
#!/bin/bash
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II Authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
FILE=$1
diff --git a/deal.II/doc/mail.html b/deal.II/doc/mail.html
index 6c05773ff5..e41cfbe5fe 100644
--- a/deal.II/doc/mail.html
+++ b/deal.II/doc/mail.html
@@ -4,8 +4,7 @@
deal.II Communications
-
-
+
@@ -68,8 +67,9 @@
Authors
- Everything you consider a personal matter between you and the authors (like
- flaming them on missing items) should be sent to one of the maintainers
+ Everything you consider a personal matter between you and the authors
+ (like flaming them on missing items) should be sent to one of the
+ principal developers
Wolfgang Bangerth < bangerth@gmail.com >
diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html
index 8c5139e497..68c14b59cf 100644
--- a/deal.II/doc/navbar.html
+++ b/deal.II/doc/navbar.html
@@ -4,8 +4,7 @@
deal.II navigation bar
-
-
+
diff --git a/deal.II/doc/news/5.1.0-vs-5.2.0.html b/deal.II/doc/news/5.1.0-vs-5.2.0.html
index 3cdc5d76c6..7c06abe4d2 100644
--- a/deal.II/doc/news/5.1.0-vs-5.2.0.html
+++ b/deal.II/doc/news/5.1.0-vs-5.2.0.html
@@ -4,8 +4,7 @@
The deal.II news page
-
-
+
diff --git a/deal.II/doc/news/5.2.0-vs-6.0.0.html b/deal.II/doc/news/5.2.0-vs-6.0.0.html
index 27a8ea7b0e..8b59ec7d48 100644
--- a/deal.II/doc/news/5.2.0-vs-6.0.0.html
+++ b/deal.II/doc/news/5.2.0-vs-6.0.0.html
@@ -4,8 +4,7 @@
The deal.II news page
-
-
+
diff --git a/deal.II/doc/news/6.0.0-vs-6.1.0.h b/deal.II/doc/news/6.0.0-vs-6.1.0.h
index 8d324cfc34..9facab6f11 100644
--- a/deal.II/doc/news/6.0.0-vs-6.1.0.h
+++ b/deal.II/doc/news/6.0.0-vs-6.1.0.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2007 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_6_0_and_6_1 Changes between Version 6.0 and 6.1
diff --git a/deal.II/doc/news/6.1.0-vs-6.2.0.h b/deal.II/doc/news/6.1.0-vs-6.2.0.h
index 6de0c2aaa6..8dfc1bc732 100644
--- a/deal.II/doc/news/6.1.0-vs-6.2.0.h
+++ b/deal.II/doc/news/6.1.0-vs-6.2.0.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2009 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_6_1_and_6_2 Changes between Version 6.1 and 6.2
diff --git a/deal.II/doc/news/6.2.0-vs-6.2.1.h b/deal.II/doc/news/6.2.0-vs-6.2.1.h
index 8d58085911..d1fa2537e8 100644
--- a/deal.II/doc/news/6.2.0-vs-6.2.1.h
+++ b/deal.II/doc/news/6.2.0-vs-6.2.1.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2009 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_6_2_0_and_6_2_1 Changes between Version 6.2.0 and 6.2.1
diff --git a/deal.II/doc/news/6.2.0-vs-6.3.0.h b/deal.II/doc/news/6.2.0-vs-6.3.0.h
index d516c4fac4..6cde66fba3 100644
--- a/deal.II/doc/news/6.2.0-vs-6.3.0.h
+++ b/deal.II/doc/news/6.2.0-vs-6.3.0.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2010 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_6_2_and_6_3 Changes between Version 6.2 and 6.3
diff --git a/deal.II/doc/news/6.3.0-vs-6.3.1.h b/deal.II/doc/news/6.3.0-vs-6.3.1.h
index 4ca562a322..7081084d21 100644
--- a/deal.II/doc/news/6.3.0-vs-6.3.1.h
+++ b/deal.II/doc/news/6.3.0-vs-6.3.1.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2010 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_6_3_0_and_6_3_1 Changes between Version 6.3.0 and 6.3.1
diff --git a/deal.II/doc/news/6.3.0-vs-7.0.0.h b/deal.II/doc/news/6.3.0-vs-7.0.0.h
index df23b1594f..54ed1eb977 100644
--- a/deal.II/doc/news/6.3.0-vs-7.0.0.h
+++ b/deal.II/doc/news/6.3.0-vs-7.0.0.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2011 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_6_3_and_7_0 Changes between Version 6.3 and 7.0
diff --git a/deal.II/doc/news/7.0.0-vs-7.1.0.h b/deal.II/doc/news/7.0.0-vs-7.1.0.h
index 5e6decd05c..007be1465b 100644
--- a/deal.II/doc/news/7.0.0-vs-7.1.0.h
+++ b/deal.II/doc/news/7.0.0-vs-7.1.0.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2011 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_7_0_and_7_1 Changes between Version 7.0 and 7.1
diff --git a/deal.II/doc/news/7.1.0-vs-7.2.0.h b/deal.II/doc/news/7.1.0-vs-7.2.0.h
index 94f3a16b82..823db3d3ce 100644
--- a/deal.II/doc/news/7.1.0-vs-7.2.0.h
+++ b/deal.II/doc/news/7.1.0-vs-7.2.0.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2012 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_7_1_and_7_2 Changes between Version 7.1 and 7.2
diff --git a/deal.II/doc/news/7.2.0-vs-7.3.0.h b/deal.II/doc/news/7.2.0-vs-7.3.0.h
index 52808bccd7..fb58b827d6 100644
--- a/deal.II/doc/news/7.2.0-vs-7.3.0.h
+++ b/deal.II/doc/news/7.2.0-vs-7.3.0.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_7_2_and_7_3 Changes between Version 7.2 and 7.3
diff --git a/deal.II/doc/news/7.3.0-vs-8.0.0.h b/deal.II/doc/news/7.3.0-vs-8.0.0.h
index e802b8a125..871c7ee6ef 100644
--- a/deal.II/doc/news/7.3.0-vs-8.0.0.h
+++ b/deal.II/doc/news/7.3.0-vs-8.0.0.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
* @page changes_between_7_3_and_8_0 Changes between Version 7.3 and 8.0
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index ac3ebd69e1..b4eab15de5 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
/**
// * @page changes_after_8_0 Changes after Version 8.0
@@ -78,6 +94,19 @@ inconvenience this causes.
+
Changed: It is now possible to restore a parallel Triangulation
+ (and solutions) with a different number of processors it was saved with
+ using Triangulation::save() and Triangulation::load().
+
+ (Timo Heister, 2013/11/02)
+
+
+
Added support for Windows: It is now possible again to use gcc on Windows
+ in order to compile the library. We support gcc-4.8.1 on Cygwin64 and MinGW-w64.
+
+ (Matthias Maier, 2013/11/01)
+
+
Changed: step-9, step-13 and step-14 have been converted to use the
more modern WorkStream concept for assembling linear systems in parallel.
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index cfdbd129bc..143f96af29 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -4,8 +4,7 @@
The deal.II news page
-
-
+
diff --git a/deal.II/doc/publications/1998/bangerth.bib b/deal.II/doc/publications/1998/bangerth.bib
deleted file mode 100644
index 0278b20260..0000000000
--- a/deal.II/doc/publications/1998/bangerth.bib
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-@MastersThesis{Ban98,
- author = {Wolfgang Bangerth},
- title = {{A}daptive {F}inite-{E}lemente-{M}ethoden zur {L}{\"o}sung der
- {W}ellengleichung mit {A}nwendung in der {P}hysik der {S}onne},
- school = {Institut f{\"u}r Angewandte Mathematik, Universit{\"a}t Heidelberg},
- year = 1998,
- type = {Diplomarbeit}
-}
-
-
-
-
-
- In this work, adaptive concepts for the numerical solution of the wave
- equation in inhomogeneous media are derived and applied to an example
- taken from the physics of the solar atmosphere. The main focus is on ways
- to estimate the error in the numerical solution with regard to arbitrary
- functionals, i.e. quantities of interest, and the use of these estimates
- for the generation of computational meshes best suited for the evaluation
- of this functional.
-
-
-
- Advantages and difficulties of this method are presented. In particular,
- it is shown that the proposed approach is significantly better in many
- cases than previous adaptive schemes not taking into account the quantity
- of interest. Cases involving nonlinear functionals and in which the
- approach fails, are presented along with theoretical explanations and
- numerical evidence of the reasons for this.
-
-
-
- The proposed methods are applied to a simple model from the physics of the
- solar atmosphere and the propagation of linear acoustic waves is computed.
- The fraction of the wave energy that passes the chromosphere-corona
- transition is computed to good accuracy.
-
-
-
-An overview of the deal.II library is given. This library provides
- the functionality needed by modern numerical software used in the finite
- element solution of partial differential equations, offering adaptively
- refined meshes, different finite element classes, multigrid solvers and
- support for one, two and three spatial dimensions.
-
-
-
- We give a description of the basic design criteria used in the
- development of the library and how they were transformed into actual
- code, and some examples of the use of the library in numerical
- analysis.
-
-
-
- We present an adaptive finite element method for solving the acoustic
- wave equation. Using a global duality argument and Galerkin orthogonality,
- we derive an identity for the error with respect to an arbitrary functional
- output of the solution. The error identity is evaluated by solving the
- dual problem numerically. The resulting local cell-wise error indicators
- are used in adaptation process. In this way, the space-time mesh can be
- tailored for the efficient computation of the quantity of interest.
- We give an overview of the implementation of the proposed method and
- illustrate its performance by several numerical examples.
-
-
-
-We present an approach to solving the acoustic wave equation by adaptive
- finite element methods. Using a global duality argument and Galerkin
- orthogonality, we obtain a residual-based error representation with respect to
- an
- arbitrary functional of the solution. This results in numerically
- evaluatable error estimates which are used for mesh refinement. In this way,
- very economical and highly localized space-time
- meshes can be generated which are tailored to the efficient computation of
- the quantity of interest. We demonstrate the performance and some of the
- mechanisms acting in our approach by numerical examples.
-
-
-
-@InProceedings{Ban00w,
- author = {Wolfgang Bangerth},
- title = {Mesh Adaptivity and Error Control for a Finite Element
- Approximation of the Elastic Wave
- Equation},
- booktitle = {Proceedings of the Fifth International Conference on Mathematical
- and Numerical Aspects of Wave Propagation (Waves2000), Santiago
- de Compostela, Spain, 2000},
- pages = {725--729},
- year = 2000,
- editor = {Alfredo Berm\'udez and Dolores G\'omez and Christophe Hazard and
- Patrick Joly and Jean E. Roberts},
- publisher = {SIAM}
-}
-
-
-
-
- An approach to solve the elastic wave equation by adaptive finite elements
- is presented. The strategy for adaptivity is founded on an a posteriori
- residual-based error estimate, where the error is measured with respect to
- an arbitrary target functional, allowing to focus the simulation to the
- computation of a given quantity of interest. The cell-wise error indicators
- are computationally evaluated and used for refinement of the space-time
- mesh. The resulting grids are usually highly localized and tailored to the
- target functional. The performance of the approach is demonstrated with two
- examples.
-
-
-
-
- In this report, we describe the implementational techniques of
- multi-threading support in deal.II, which we use for the
- parallelization of independent operations. Writing threaded programs in
- C++ is obstructed by two problems: operating system dependent
- interfaces and that these interfaces are created for C programs
- rather than for C++. We present our solutions to these problems and
- describe first experiences using multi-threading in deal.II.
-
-
-
-
-@InProceedings{Ban00i,
- author = {Wolfgang Bangerth},
- title = {Using Modern Features of {C}++ for Adaptive Finite Element Methods:
- {D}imension-Independent Programming in deal.{I}{I}},
- booktitle = {Proceedings of the 16th IMACS World Congress 2000, Lausanne,
- Switzerland, 2000},
- year = 2000,
- editor = {Michel Deville and Robert Owens},
- note = {{D}ocument Sessions/118-1}
-}
-
-
-
- Modern finite element software tends to become increasingly complex.
- Techniques like adaptive meshes, error estimation, multigrid methods, or
- hp finite elements require the programmer to work with extremely
- complicated data structures and sophisticated algorithms. Designing programs
- in a maintainable and expandable way while retaining run time efficiency has
- therefore become a major task in applied numerical analysis. In our
- experience, this task can only be fulfilled by using modern programming
- languages and tools.
-
-
-
- We will show how modern aspects of the C++ programming language, in
- particular templates, can be used to write algorithms for finite element
- programs in a dimension-independent way. This enables us to test algorithms
- in one or two space dimensions while using the same program for large scale
- computations in three space dimensions as well. It will be demonstrated that
- this is even possible without much loss in efficiency since tests for the
- actual space dimension at run time can almost completely be avoided.
-
-
-
- The idiom above is one of several modern aspects of C++ used in the design
- of the finite element library deal.II developed at the University
- of Heidelberg. We will give a sketch of its implementation and examples how
- it is used.
-
-
-@TechReport{CKPS00,
- author = {Cockburn, Bernardo and Kanschat, Guido and Perugia, Ilaria and
- Schötzau, Dominik},
- title = {Superconvergence of the Local Discontinuous Galerkin
- Method for Elliptic Problems on Cartesian Grids},
- institution = UMSI,
- year = 2000,
- number = {2000/71}
-}
-
-
-
-
- In this paper, we present a super-convergence result for the Local
-Discontinuous Galerkin method for a model elliptic problem on
-Cartesian grids. We identify a special numerical flux for
-which the L2-norm of the gradient and the
-L2-norm of the potential are of order
-k+1/2 and k+1, respectively, when tensor product
-polynomials of degree at most k are used; for arbitrary
-meshes, this special LDG method gives only the orders of convergence
-of k and k+1/2, respectively. We present a series
-of numerical examples which establish the sharpness of our theoretical
-results.
-
-
-
-
diff --git a/deal.II/doc/publications/2000/ckss.bib b/deal.II/doc/publications/2000/ckss.bib
deleted file mode 100644
index 54a1a5f2c9..0000000000
--- a/deal.II/doc/publications/2000/ckss.bib
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-@TechReport{CKSS00,
- author = {Cockburn, Bernardo and Kanschat, Guido and Sch{\"o}tzau, Dominik and Schwab, Christoph},
- title = {Local discontinuous {G}alerkin methods for the {S}tokes
- system},
- institution = IMA,
- year = 2000,
- number = 1728,
- month = {oct},
- note = {submitted to SIAM J. Numer. Anal.}
-}
-
-
Local discontinuous Galerkin methods for the Stokes system
-Bernardo Cockburn,
- Guido Kanschat, Dominik Schötzau, Christoph Schwab
-
Abstract
-
-
-In this paper, we introduce and analyze local discontinuous Galerkin
-methods for the Stokes system. For arbitrary meshes with hanging
-nodes and elements of various shapes we derive a priori estimates for
-the L2-norm of the errors in the velocities and
-the pressure. We show that optimal order estimates are
-obtained when polynomials of degree k are used for each
-component of the velocity and polynomials of degree k-1 for the
-pressure, for any k>1. We also consider the case in which
-all the unknowns are approximated with polynomials of degree k
-and show that, although the orders of convergence remain the same, the
-method is more efficient. Numerical experiments verifying these facts
-are displayed.
-
-
-
-
diff --git a/deal.II/doc/publications/2000/gk.bib b/deal.II/doc/publications/2000/gk.bib
deleted file mode 100644
index 13ec5aa838..0000000000
--- a/deal.II/doc/publications/2000/gk.bib
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-@Article{GK03,
- title = {A Multilevel Discontinuous {G}alerkin Method},
- author = {Gopalakrishnan, J. and Kanschat, G.},
- journal = {Numer. Math.},
- number = {3},
- pages = {527--550},
- volume = {95},
- year = {2003}
-}
-
-
-
-
-A variable V-cycle preconditioner for an interior penalty finite
-element discretization for elliptic problems is presented. An analysis
-under a mild regularity assumption shows that the preconditioner is
-uniform. The interior penalty method is then combined with a
-discontinuous Galerkin scheme to arrive at a discretization scheme for
-an advection-diffusion problem, for which an error estimate is
-proved. A multigrid algorithm for this method
-is presented, and numerical experiments indicating its robustness
-with respect to diffusion coefficient are reported.
-
-
-
-
diff --git a/deal.II/doc/publications/2000/hartmann-1.bib b/deal.II/doc/publications/2000/hartmann-1.bib
deleted file mode 100644
index 9ddaf11933..0000000000
--- a/deal.II/doc/publications/2000/hartmann-1.bib
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-@InProceedings{Har00a,
- author = {Ralf Hartmann},
- title = {Adaptive {FE} {M}ethods for {C}onservation {E}quations},
- booktitle = {Hyperbolic Problems: theory, numerics, applications: eighth international confere
-nce in {M}agdeburg, February, March 2000},
- year = 2001,
- editor = {Heinrich Freist{\"u}hler and Gerald Warnecke},
- volume = 2,
- series = {International series of numerical mathematics; Vol. 141},
- publisher = {Birkh{\"a}user, Basel},
- pages = {495--503}
-}
-
-
-
-
-
-
-
- We present an approach to solving conservation equations by the
- adaptive discontinuous Galerkin finite element method
- (DG-method). Using a global duality argument and Galerkin
- orthogonality, we obtain a residual-based error representation for the
- error with respect to an arbitrary functional of the solution. This
- results in local indicators that can be evaluated numerically and
- which are used for adaptive mesh refinement and coarsening. In this
- way, very economical and highly localized meshes can be generated
- which are tailored to the cost-efficient computation of the quantity
- of interest. We demonstrate the main ingredients of this approach of a
- posteriori error estimation, test the quality of the error estimator
- and the efficiency of the meshes by some numerical examples.
-
-
-
-
-In this thesis, the dual weighted residual a posteriori error
-estimator is studied for error estimation in arbitrary (linear)
-functionals. The main focus is the construction of optimal meshes for
-the solution of elliptic differential equations.
-The quality of the meshes is measured by the effort to gain a suitable
-solution of the differential equation and by the effort to generate
-the mesh.
-The dual weighted error estimator is used for hierarchical
-mesh refinemant. One chapter discusses the application of the
-error estimator for optimal anisotropic meshes.
-
-
-
-
-@PhdThesis{Ban02,
- author = {Wolfgang Bangerth},
- title = {Adaptive Finite Element Methods for the Identification
- of Distributed Coefficient in Partial Differential
- Equations},
- school = {University of Heidelberg},
- year = 2002
-}
-
-
-
-
- In this thesis, we develop adaptive finite element methods for
- parameter estimation problems involving partial differential
- equations as constraints. In these so-called Inverse
- Problems, the goal is the identification of a distributed
- coefficient in a PDE by measurements of the state variable. This has
- important applications where material parameters are to be
- recovered, but only indirect measurements are possible, such as
- identification of the underground structure from seismic
- measurements, or in nondestructive material testing.
-
-
-
- For this kind of problems, we develop adaptive finite element
- discretizations based on error estimates, where the estimates are
- both for the error in the minimization functional (i.e. of
- ``energy-type'') as well as in arbitrary functionals. Furthermore,
- methods are developed to handle constraints on the sought
- coefficients, based on active set strategies. The methods developed
- are numerically tested at a number of large scale inverse problems
- realizing some types of inverse problems that actually occur in
- applications.
-
-
-
-We review the development of local discontinuous
-Galerkin methods for
-the Stokes problem in incompressible fluid flow.
-We explain the derivation of these methods
-and present the corresponding error estimates.
-The case of natural boundary conditions is treated.
-A series of numerical examples are shown.
-
-
-
-
diff --git a/deal.II/doc/publications/2002/cks-2.html b/deal.II/doc/publications/2002/cks-2.html
deleted file mode 100644
index 4fae27b9a4..0000000000
--- a/deal.II/doc/publications/2002/cks-2.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
The local discontinuous Galerkin method for the Oseen equations
-
-
-We introduce and analyze the local discontinuous Galerkin method for the
-Oseen equations of incompressible fluid flow. For a class of shape-regular
-meshes with hanging nodes, we derive optimal
-a priori estimates for the errors
-in the velocity and the pressure in L2- and negative-order norms.
-Numerical experiments are presented which verify these theoretical results
-and show that the method performs well for a wide range of Reynolds numbers.
-\
-
-
-
diff --git a/deal.II/doc/publications/2002/har02.bib b/deal.II/doc/publications/2002/har02.bib
deleted file mode 100644
index e7ad194d4e..0000000000
--- a/deal.II/doc/publications/2002/har02.bib
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-@PhdThesis{Har02,
- author = {Ralf Hartmann},
- title = {Adaptive Finite Element Methods for the
- Compressible Euler Equations},
- school = {University of Heidelberg},
- year = 2002
-}
-
-
-
-
-
-In this thesis we introduce a discontinuous Galerkin method for the
-numerical solution of hyperbolic conversation laws, as for example the
-compressible Euler equations of gas dynamics. Based on this finite
-element method, we develop an adaptive algorithm for the efficient
-computation of physically relevant quantities of the solution. This
-includes a posteriori error estimation of the error in the
-computed quantity as well as adaptive mesh design specifically
-tailored to the efficient computation of this quantity. We illustrate
-this approach by several different hyperbolic problems in combination
-with various different target quantities, including the efficient
-computation of drag and lift coefficients of airfoils immersed in
-inviscid compressible gas flows.
-
-
-In particular, this work includes following issues
-
-
- Discretisation:
-
-
Streamline diffusion and discontinuous Galerkin method
- for a scalar hyperbolic problem: comparison with respect to
- accuracy and conservation properties
-
Discontinuous Galerkin method for the compressible Euler equations
-
Use of shock-capturing
-
Higher order boundary approximation at reflective boundaries
-
Solution of the nonlinear and the linear problems
-
Mesh generation for airfoil computations
-
-
-
-
- A posteriori error estimation and adaptivity:
-
-
Derivation (by duality argument) of error estimates with
- respect to arbitrary target functionals
-
-
Question of well-posedness of the dual problem
-
-
Approximation of the error representation by numerical
- approximation of the dual solution
-
-
Adaptive algorithm tailored to the efficient computation
- of the quantity of interest
-
-
-
-
Numerical Examples illustrating the performance of the
- error estimation and the adaptive grid refinement for a wide range
- of hyperbolic problems including
-
-
the linear advection equation
-
the 1D inviscid Burgers equation
-
the Buckley-Leverett equation
-
the 1D compressible Euler equations
-
and several examples for the 2D compressible Euler equations.
-
- and for a variety of target functionals (quantities) including
-
-
drag and lift coefficients of airfoils
-
pressure point values
-
weighted boundary integrals
-
-
-
-
- Appendices
-
-
Full description of exact solutions to hyperbolic
- problems treated in numerical examples
-
-
Implementational details of finite elements with curved
- boundaries
-
-
-
-We consider the a posteriori error analysis
-and adaptive mesh design for discontinuous Galerkin finite
-element approximations to systems of nonlinear
-hyperbolic conservation laws.
-In particular, we discuss the question of error estimation for general
-linear and nonlinear functionals of the solution; typical examples
-include the
-outflow flux, local average and pointwise value, as well as the lift
-and drag coefficients of a body immersed in an inviscid fluid.
-By employing a duality argument, we derive so-called weighted or Type I
-a posteriori error bounds; in these error estimates
-the element--residuals are multiplied by local weights involving
-the solution of a certain dual problem. Based on these a posteriori
-bounds, we design and implement the corresponding adaptive algorithm
-to ensure efficient and reliable control of the error in the
-computed functional. The theoretical results are illustrated by a series of
-numerical experiments. In particular, we demonstrate the superiority
-of the proposed approach over standard mesh refinement algorithms which employ
-ad hoc error indicators.
-
-
-
-
diff --git a/deal.II/doc/publications/2002/hh02b.bib b/deal.II/doc/publications/2002/hh02b.bib
deleted file mode 100644
index 9360b0b997..0000000000
--- a/deal.II/doc/publications/2002/hh02b.bib
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-@Article{HH02b,
- author = {Ralf Hartmann and Paul Houston},
- title = {Adaptive Discontinuous {G}alerkin Finite Element Methods
- for the Compressible {E}uler Equations},
- journal = {J. Comp. Phys.},
- year = 2002,
- volume = 183,
- number = 2,
- pages = {508--531}
-}
-
-
-
-In this paper a recently developed approach
- for the design of
- adaptive discontinuous Galerkin finite element approximations
- is applied to physically relevant problems arising in inviscid compressible
- fluid flows governed by the
- Euler equations of gas dynamics. In particular, we employ so--called
- weighted or Type I a posteriori error bounds to drive adaptive
- finite element algorithms for the estimation of
- the error measured in terms of general linear and nonlinear target
- functionals of the solution; typical examples considered here include
- the point evaluation of a component of the solution vector, and the
- drag and lift coefficients of a body immersed in an inviscid fluid.
- This general approach leads to the design of
- economical finite element meshes specifically tailored to the computation
- of the target functional of interest, as well as providing reliable and
- efficient error estimation. Indeed, the superiority of the proposed
- approach over standard mesh refinement algorithms which employ
- ad hoc error indicators will be illustrated by a series of
- numerical experiments; here, we consider
- transonic flow through a nozzle, as well as subsonic, transonic and
- supersonic flows around different airfoil geometries.
-
-
-
-
diff --git a/deal.II/doc/publications/2002/kanschat-1.html b/deal.II/doc/publications/2002/kanschat-1.html
deleted file mode 100644
index af5f8d07a8..0000000000
--- a/deal.II/doc/publications/2002/kanschat-1.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
Multi-level Preconditioners for the interior penalty method
-
-
- The analysis of the variable V-cycle for interior penalty
- discretization of Poisson's equation is reviewed. The performance of
- the analyzed method is compared to several variants. Numerical
- results for the LDG method are presented.
-\
-
-
-
diff --git a/deal.II/doc/publications/2003/hh03a.bib b/deal.II/doc/publications/2003/hh03a.bib
deleted file mode 100644
index 7821ada6da..0000000000
--- a/deal.II/doc/publications/2003/hh03a.bib
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-@InProceedings{HH03a,
- author = {Paul Houston and Ralf Hartmann},
- title = {Goal--Oriented A Posteriori Error Estimation for Compressible Fluid Flows},
- booktitle = {Numerical Mathematics and Advanced Applications},
- pages = {775--784},
- year = 2003,
- editor = {F. Brezzi and A. Buffa and S. Corsaro and A. Murli},
- publisher = {Springer}
-}
-
-
- We consider so-called `goal-oriented' a posteriori error
- estimation for discontinuous Galerkin finite element approximations to
- the compressible Euler equations of gas dynamics. By employing a
- hyperbolic duality argument, we derive weighted, or Type I, a
- posteriori error estimates which bound the error measured in
- terms of certain target functionals of real or physical interest. The
- practical advantages of this general approach are illustrated by a
- series of numerical experiments.
-
- In many applications the quantities of interest are a series of
- target functionals of the solution to the governing system of
- partial differential equations rather than the solution itself. For
- example, in the field of aerodynamics, examples include the drag and
- lift coefficients of an airfoil immersed into a fluid, the pressure
- difference between the leading and trailing edges of the airfoil and
- point evaluations of the density or pressure on the profile of the
- airfoil. While traditionally these quantities are measured in wind
- tunnel experiments, nowadays these experiments are increasingly
- replaced by numerical simulations aiming to predict these quantities
- to a high level of accuracy.
-
- In a series of previous articles, we have developed the theory of
- goal--oriented a posteriori error estimation for
- discontinuous Galerkin methods applied to inviscid compressible
- fluid flows. On the basis of Type I a posteriori bounds we
- considered the design of adaptive finite element algorithms that are
- capable of generating optimal meshes specifically tailored to the
- efficient computation of a single target functional of
- practical interest. The purpose of the current article is to extend
- this earlier work to the case when several target
- functionals of the solution need to be simultaneously approximated
- to a given level of accuracy.
-
-
-@InCollection{HH04a,
- author = {Ralf Hartmann and Paul Houston},
- title = {Adaptive Discontinuous {G}alerkin Finite Element Methods with Interior Penalty
- for the Compressible {N}avier-{S}tokes Equations},
- booktitle = {Numerical Mathemathics and Advanced Applications, ENUMATH 2003},
- editor = {M. Feistauer and V. Doleji and P. Knobloch and K. Najzar},
- pages = {410--419},
- publisher = {Springer},
- year = 2004
-}
-
-
diff --git a/deal.II/doc/publications/index.html b/deal.II/doc/publications/index.html
index 119322f602..080dc17f7a 100644
--- a/deal.II/doc/publications/index.html
+++ b/deal.II/doc/publications/index.html
@@ -5,7 +5,7 @@
The deal.II Publication List
-
+