From: heltai
- 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 @@
-fPIC
flag from the scheme.
- 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.- 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 @@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:
- 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
- -@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} -} - - - -diff --git a/deal.II/doc/publications/1998/bangerth.html b/deal.II/doc/publications/1998/bangerth.html deleted file mode 100644 index 5e2ce11f48..0000000000 --- a/deal.II/doc/publications/1998/bangerth.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -
- - 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. -
-
- -@TechReport{BK99tr, - author = {Wolfgang Bangerth and Guido Kanschat}, - title = {Concepts for Object-Oriented Finite Element Software -- the - \texttt{deal.II} library}, - institution = {IWR Heidelberg}, - year = 1999, - type = {{P}reprint 99-43 ({SFB} 359)}, - month = oct -} - -diff --git a/deal.II/doc/publications/1999/bangerth-kanschat.html b/deal.II/doc/publications/1999/bangerth-kanschat.html deleted file mode 100644 index cd9a563771..0000000000 --- a/deal.II/doc/publications/1999/bangerth-kanschat.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -
- - 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. - -
-
- - -@Article{BR01a, - author = {Wolfgang Bangerth and Rolf Rannacher}, - title = {Adaptive Finite Element Techniques for the Acoustic Wave Equation}, - journal = {J. Comput. Acoustics}, - year = 2001, - volume = 9, - number = 2, - pages = {575--591} -} - -diff --git a/deal.II/doc/publications/1999/bangerth-rannacher-1.html b/deal.II/doc/publications/1999/bangerth-rannacher-1.html deleted file mode 100644 index 03ed0f0706..0000000000 --- a/deal.II/doc/publications/1999/bangerth-rannacher-1.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - -
-
- - -@Article{BR99b, - author = {Wolfgang Bangerth and Rolf Rannacher}, - title = {Finite element approximation of the acoustic wave equation: - {E}rror control and mesh adaptation}, - journal = {East--West J. Numer. Math.}, - year = 1999, - volume = 7, - number = 4, - pages = {263--282} -} - -diff --git a/deal.II/doc/publications/1999/bangerth-rannacher-2.html b/deal.II/doc/publications/1999/bangerth-rannacher-2.html deleted file mode 100644 index c92f65ceac..0000000000 --- a/deal.II/doc/publications/1999/bangerth-rannacher-2.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - -
-
- -@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} -} - - -diff --git a/deal.II/doc/publications/2000/bangerth-1.html b/deal.II/doc/publications/2000/bangerth-1.html deleted file mode 100644 index 1974f30595..0000000000 --- a/deal.II/doc/publications/2000/bangerth-1.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - -
-
- - -@TechReport{Ban00mt, - author = {Wolfgang Bangerth}, - title = {Multi-threading support in \texttt{deal.II}}, - institution = SFB, - year = 2000, - type = {{P}reprint}, - number = {2000-11}, - month = apr -} - - -diff --git a/deal.II/doc/publications/2000/bangerth-2.html b/deal.II/doc/publications/2000/bangerth-2.html deleted file mode 100644 index 89e15547eb..0000000000 --- a/deal.II/doc/publications/2000/bangerth-2.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - -
-
- - -@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} -} - - -diff --git a/deal.II/doc/publications/2000/bangerth-3.html b/deal.II/doc/publications/2000/bangerth-3.html deleted file mode 100644 index a69af89f3e..0000000000 --- a/deal.II/doc/publications/2000/bangerth-3.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - -
- 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} -} - -diff --git a/deal.II/doc/publications/2000/ckps.html b/deal.II/doc/publications/2000/ckps.html deleted file mode 100644 index 159f19dc4d..0000000000 --- a/deal.II/doc/publications/2000/ckps.html +++ /dev/null @@ -1,29 +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.} -} - -diff --git a/deal.II/doc/publications/2000/ckss.html b/deal.II/doc/publications/2000/ckss.html deleted file mode 100644 index 3d9e5277a9..0000000000 --- a/deal.II/doc/publications/2000/ckss.html +++ /dev/null @@ -1,30 +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} -} - -diff --git a/deal.II/doc/publications/2000/gk.html b/deal.II/doc/publications/2000/gk.html deleted file mode 100644 index 09cc55c8e3..0000000000 --- a/deal.II/doc/publications/2000/gk.html +++ /dev/null @@ -1,27 +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} -} - - - - -diff --git a/deal.II/doc/publications/2000/hartmann-1.html b/deal.II/doc/publications/2000/hartmann-1.html deleted file mode 100644 index e0e7a703e4..0000000000 --- a/deal.II/doc/publications/2000/hartmann-1.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -
-
-
- -@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 -} - - - -diff --git a/deal.II/doc/publications/2002/bangerth-1.html b/deal.II/doc/publications/2002/bangerth-1.html deleted file mode 100644 index 3e7e865ed7..0000000000 --- a/deal.II/doc/publications/2002/bangerth-1.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -
- 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. -
-
-
- -@PhdThesis{Har02, - author = {Ralf Hartmann}, - title = {Adaptive Finite Element Methods for the - Compressible Euler Equations}, - school = {University of Heidelberg}, - year = 2002 -} - - - -diff --git a/deal.II/doc/publications/2002/har02.html b/deal.II/doc/publications/2002/har02.html deleted file mode 100644 index 283b1669ce..0000000000 --- a/deal.II/doc/publications/2002/har02.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - -
- Discretisation: -
- A posteriori error estimation and adaptivity: -
Numerical Examples illustrating the performance of the - error estimation and the adaptive grid refinement for a wide range - of hyperbolic problems including -
- Appendices -
- -@Article{HH02a, - author = {Ralf Hartmann and Paul Houston}, - title = {Adaptive Discontinuous {G}alerkin Finite Element Methods - for Nonlinear Hyperbolic Conservation Laws}, - journal = {SIAM J. Sci. Comp.}, - year = {2002}, - volume = 24, - pages = {979--1004} -} - - -diff --git a/deal.II/doc/publications/2002/hh02a.html b/deal.II/doc/publications/2002/hh02a.html deleted file mode 100644 index 5c46d59cd8..0000000000 --- a/deal.II/doc/publications/2002/hh02a.html +++ /dev/null @@ -1,38 +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} -} - -diff --git a/deal.II/doc/publications/2002/hh02b.html b/deal.II/doc/publications/2002/hh02b.html deleted file mode 100644 index 832486e560..0000000000 --- a/deal.II/doc/publications/2002/hh02b.html +++ /dev/null @@ -1,38 +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} -} - -diff --git a/deal.II/doc/publications/2003/hh03a.html b/deal.II/doc/publications/2003/hh03a.html deleted file mode 100644 index f1e360a7e9..0000000000 --- a/deal.II/doc/publications/2003/hh03a.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -
- 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. -
-- -@InProceedings{HH03b, - author = {Ralf Hartmann and Paul Houston}, - title = {Goal-Oriented A Posteriori Error Estimation for Multiple Target Functionals}, - booktitle = {Hyperbolic problems: theory, numerics, applications}, - pages = {579-588}, - year = 2003, - editor = {Thomas Y. Hou and Eitan Tadmor}, - publisher = {Springer}, -} - -diff --git a/deal.II/doc/publications/2003/hh03b.html b/deal.II/doc/publications/2003/hh03b.html deleted file mode 100644 index 4d90b0498b..0000000000 --- a/deal.II/doc/publications/2003/hh03b.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -
- 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 @@