]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add publications page.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Feb 2000 08:52:13 +0000 (08:52 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Feb 2000 08:52:13 +0000 (08:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@2457 0785d39b-7218-0410-832d-ea1e28bc413d

15 files changed:
deal.II/doc/Makefile
deal.II/doc/navbar.html
deal.II/doc/publications/1998/bangerth.bib [new file with mode: 0644]
deal.II/doc/publications/1998/bangerth.html [new file with mode: 0644]
deal.II/doc/publications/1999/bangerth-kanschat.bib [new file with mode: 0644]
deal.II/doc/publications/1999/bangerth-kanschat.html [new file with mode: 0644]
deal.II/doc/publications/1999/bangerth-rannacher-1.bib [new file with mode: 0644]
deal.II/doc/publications/1999/bangerth-rannacher-1.html [new file with mode: 0644]
deal.II/doc/publications/1999/bangerth-rannacher-2.bib [new file with mode: 0644]
deal.II/doc/publications/1999/bangerth-rannacher-2.html [new file with mode: 0644]
deal.II/doc/publications/2000/bangerth-1.bib [new file with mode: 0644]
deal.II/doc/publications/2000/bangerth-1.html [new file with mode: 0644]
deal.II/doc/publications/Makefile [new file with mode: 0644]
deal.II/doc/publications/toc.html [new file with mode: 0644]
deal.II/doc/toc.html

index 68bdec8ee1a718e19382158a882cb60ca0129037..31ca7b7a830c520c8dfa8c8aa9b34c5e3737903e 100644 (file)
@@ -1,6 +1,11 @@
 # $Id$
 
 
+D = ..
+include $D/common/Make.global_options
+
+
+
 # generic targets
 default: autogen-doc tutorial development glossary validate-xrefs
 
@@ -28,9 +33,11 @@ glossary:
 
 validate-xrefs:
        @echo "Validating cross-references in HTML files."
+       $(PERL) $D/doc/auto/scripts/validate-xrefs.pl *html
        cd tutorial ; $(MAKE) validate-xrefs
        cd development ; $(MAKE) validate-xrefs
        cd glossary ; $(MAKE) validate-xrefs
+       cd publications ; $(MAKE) validate-xrefs
 
 
 clean:
index 4c27508f6b20f35ff32d81cac42b8bebb3abcfd4..19b74e71cf7f8bbb12b500fb723a73172ed374ef 100644 (file)
        </p>  
       </li>
 
+      <li>
+       <p>
+          <a href="publications/toc.html" target="body">
+         Publications</a>
+       </p>  
+      </li>
+
       <li>
        <p>
           <a href="license.html" target="body">
diff --git a/deal.II/doc/publications/1998/bangerth.bib b/deal.II/doc/publications/1998/bangerth.bib
new file mode 100644 (file)
index 0000000..8c3cfaf
--- /dev/null
@@ -0,0 +1,9 @@
+@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},
+  url =          {http://gaia.iwr.uni-heidelberg.de/~wolf/publications.html}
+}
diff --git a/deal.II/doc/publications/1998/bangerth.html b/deal.II/doc/publications/1998/bangerth.html
new file mode 100644 (file)
index 0000000..273abec
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+  <head>
+    <link href="../../screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="../../print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <title>The deal.II Homepage</title>
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="Publications on and with deal.II"></head>
+  <body>
+
+
+<H3>Abstract:</H3>
+<DIR>
+    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.
+
+<p>
+    
+    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.
+
+<p>
+    
+    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.
+</DIR>
+
+<P>
+<BR><HR>
+<ADDRESS>
+<I>Wolfgang Bangerth</I>
+<BR><I>1999-09-10</I>
+</ADDRESS>
+</BODY>
+</HTML>
diff --git a/deal.II/doc/publications/1999/bangerth-kanschat.bib b/deal.II/doc/publications/1999/bangerth-kanschat.bib
new file mode 100644 (file)
index 0000000..217b7fd
--- /dev/null
@@ -0,0 +1,9 @@
+@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
new file mode 100644 (file)
index 0000000..c1ad69e
--- /dev/null
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+  <head>
+    <link href="../../screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="../../print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <title>The deal.II Homepage</title>
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="Publications on and with deal.II"></head>
+  <body>
+
+
+<H3>Abstract:</H3>
+<DIR>
+
+An overview of the <TT>deal.II</TT>  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.
+
+<P>
+  
+  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.
+
+</DIR>
+<P>
+<BR><HR>
+<ADDRESS>
+<I>Wolfgang Bangerth</I>
+<BR><I>1999-09-10</I>
+</ADDRESS>
+</BODY>
+</HTML>
diff --git a/deal.II/doc/publications/1999/bangerth-rannacher-1.bib b/deal.II/doc/publications/1999/bangerth-rannacher-1.bib
new file mode 100644 (file)
index 0000000..500614e
--- /dev/null
@@ -0,0 +1,8 @@
+@InProceedings{BR99a,
+  author =      {Wolfgang Bangerth and Rolf Rannacher},
+  title =       {Adaptive Finite Element Techniques for the Acoustic Wave Equation},
+  booktitle =   {Proceedings of the Fourth International Conference on Theoretical and
+                  Computational Acoustics, Trieste 1999},
+  year =        1999,
+  note =        {Submitted}
+}
diff --git a/deal.II/doc/publications/1999/bangerth-rannacher-1.html b/deal.II/doc/publications/1999/bangerth-rannacher-1.html
new file mode 100644 (file)
index 0000000..6a78bbc
--- /dev/null
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+  <head>
+    <link href="../../screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="../../print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <title>The deal.II Homepage</title>
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="Publications on and with deal.II"></head>
+  <body>
+
+
+<H3>Abstract:</H3>
+<DIR>
+  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.
+</DIR>
+<P>
+<BR><HR>
+<ADDRESS>
+<I>Wolfgang Bangerth</I>
+<BR><I>1999-09-10</I>
+</ADDRESS>
+</BODY>
+</HTML>
diff --git a/deal.II/doc/publications/1999/bangerth-rannacher-2.bib b/deal.II/doc/publications/1999/bangerth-rannacher-2.bib
new file mode 100644 (file)
index 0000000..a7b0d80
--- /dev/null
@@ -0,0 +1,11 @@
+@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
new file mode 100644 (file)
index 0000000..ceb8d56
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+  <head>
+    <link href="../../screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="../../print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <title>The deal.II Homepage</title>
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="Publications on and with deal.II"></head>
+  <body>
+
+
+<H3>Abstract:</H3>
+<DIR>
+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.
+</DIR>
+<P>
+<BR><HR>
+<ADDRESS>
+<I>Wolfgang Bangerth</I>
+<BR><I>1999-09-10</I>
+</ADDRESS>
+</BODY>
+</HTML>
diff --git a/deal.II/doc/publications/2000/bangerth-1.bib b/deal.II/doc/publications/2000/bangerth-1.bib
new file mode 100644 (file)
index 0000000..ea8b7ba
--- /dev/null
@@ -0,0 +1,23 @@
+@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 Waves2000 Conference, Santiago de Compostel
+a, 
+                  Spain, 2000},
+  OPTcrossref =  {},
+  OPTkey =       {},
+  OPTpages =     {},
+  OPTyear =      {2000},
+  OPTeditor =    {},
+  OPTvolume =    {},
+  OPTnumber =    {},
+  OPTseries =    {},
+  OPTaddress =   {},
+  OPTmonth =     {},
+  OPTorganization = {},
+  OPTpublisher = {},
+  note =         {{A}ccepted for publication,
+  OPTannote =    {}
+}
diff --git a/deal.II/doc/publications/2000/bangerth-1.html b/deal.II/doc/publications/2000/bangerth-1.html
new file mode 100644 (file)
index 0000000..c2e9957
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+  <head>
+    <link href="../../screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="../../print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <title>The deal.II Homepage</title>
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="Publications on and with deal.II"></head>
+  <body>
+
+
+<H3>Abstract:</H3>
+<DIR>
+  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.
+
+</DIR>
+<P>
+<BR><HR>
+<ADDRESS>
+<I>Wolfgang Bangerth</I>
+<BR><I>1999-09-10</I>
+</ADDRESS>
+</BODY>
+</HTML>
diff --git a/deal.II/doc/publications/Makefile b/deal.II/doc/publications/Makefile
new file mode 100644 (file)
index 0000000..20ae806
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id$
+
+D = ../..
+include $D/common/Make.global_options
+
+
+# default: do nothing
+default:
+
+
+validate-xrefs:
+       $(PERL) $D/doc/auto/scripts/validate-xrefs.pl *.html
+
+
+.PHONY: default validate-xrefs
\ No newline at end of file
diff --git a/deal.II/doc/publications/toc.html b/deal.II/doc/publications/toc.html
new file mode 100644 (file)
index 0000000..7816250
--- /dev/null
@@ -0,0 +1,154 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+  <head>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <title>The deal.II Homepage</title>
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="Publications on and with deal.II"></head>
+  <body>
+
+
+    <h2>Publications on and with <acronym>deal.II</acronym></h2>
+
+    <p>
+    On this page, we would like to collect a list of as many
+    publications written on or with the help of
+    <acronym>deal.II</acronym> as possible. If possible, we will
+    cross-reference them to the author for questions and possible
+    downloads.
+    </p>
+
+    <p>
+    Given the young age of <acronym>deal.II</acronym>, the present
+    list of publications is still relatively small. However, several
+    more publications are presently in progress. If you have written
+    something, we would be pleased if you could drop us a brief note
+    (if possible including abstract and/or BibTeX entry),
+    so that we can add your entry to the list. We are interested in
+    listing applications in as many fields as possible.
+    </p>
+
+
+    <h3>Publications in 2000</h3>
+
+    <ol>
+    <li> <p>
+         <a href="http://gaia.iwr.uni-heidelberg.de/~wolf"
+         target="_top">Wolfgang Bangerth</a>
+         <br>
+         <strong> Mesh Adaptivity and Error Control for a Finite Element
+                  Approximation of the Elastic Wave
+                  Equation
+         </strong>
+         <br>
+        Accepted for the proceedings of the Waves2000 conference, to be
+         held in Santiago de Compostela, Spain, July 10-14, 2000
+        <br>
+        (<a href="2000/bangerth-1.html" target="body">Abstract</a>,
+         <a href="2000/bangerth-1.bib" target="body">BibTeX
+         entry</a>)
+        </p> 
+    </ol>
+
+
+    <h3>Publications in 1999</h3>
+
+    <ol>
+    <li> <p>
+         <a href="http://gaia.iwr.uni-heidelberg.de/~wolf"
+         target="_top">Wolfgang Bangerth</a> and Rolf Rannacher
+         <br>
+         <strong> Adaptive finite element techniques for the acoustic
+                  wave equation
+         </strong>
+         <br>
+        Submitted to the proceedings of the Fourth International
+        Conference on Theoretical and Computational Acoustics ICTCA99,
+         held in Trieste, Italy, May 10-14, 1999
+        <br>
+        (<a href="1999/bangerth-rannacher-1.html" target="body">Abstract</a>,
+         <a href="1999/bangerth-rannacher-1.bib" target="body">BibTeX
+         entry</a>)
+        </p> 
+
+    <li> <p>
+         <a href="http://gaia.iwr.uni-heidelberg.de/~wolf"
+         target="_top">Wolfgang Bangerth</a> and 
+         <a href="http://gaia.iwr.uni-heidelberg.de/~kanschat"
+         target="_top">Guido Kanschat</a>
+         <br>
+         <strong> Concepts for object-oriented finite element 
+                  software - the <CODE>deal.II</CODE> library
+         </strong>
+         <br>
+         Preprint 99-43 (SFB 359), IWR Heidelberg, October 1999. This
+         paper is also available 
+        <a href="../reports/deal.II-paper/index.html" target="body">online</a>.
+        <br>
+        (<a href="1999/bangerth-kanschat.html" target="body">Abstract</a>,
+         <a href="1999/bangerth-kanschat.bib" target="body">BibTeX
+         entry</a>)
+        </p> 
+
+    <li> <p>
+         Stefan Nauber
+        <br>
+        <strong> ...?
+        </strong>
+         <br>
+         Thesis, University of Heidelberg, 1999 (in German)
+        </p>
+
+    <li> <p>
+         <a href="http://gaia.iwr.uni-heidelberg.de/~wolf"
+         target="_top">Wolfgang Bangerth</a> and Rolf Rannacher
+         <br>
+         <strong> Adaptive finite element approximation of the acoustic wave
+                  equation: Error estimation and mesh adaptation
+         </strong>
+         <br>
+        East-West Journal of Numerical Mathematics, vol. 7, no. 4 (1999),
+         pp. 263--282
+        <br>
+        (<a href="1999/bangerth-rannacher-2.html" target="body">Abstract</a>,
+         <a href="1999/bangerth-rannacher-2.bib" target="body">BibTeX
+         entry</a>)
+        </p> 
+    </ol>
+
+
+
+
+
+
+
+    <h3>Publications in 1998</h3>
+
+    <ol>
+    <li> <p>
+         <a href="http://gaia.iwr.uni-heidelberg.de/~wolf"
+         target="_top">Wolfgang Bangerth</a>
+         <br>
+         <strong> Adaptive Finite-Elemente-Methoden zur L&ouml;sung der
+                  Wellengleichung mit Anwendung in der Physik der Sonne
+         </strong>
+         <br>
+         Thesis, University of Heidelberg, 1998 (in German)
+        <br>
+        (<a href="1998/bangerth.html" target="body">Abstract</a>,
+         <a href="1998/bangerth.bib" target="body">BibTeX entry</a>)
+         </p>
+    </ol>
+    
+
+
+    <hr>
+    
+    <address>
+      <a href="mailto:deal@hermes.iwr.uni-heidelberg.de">The deal.II group</a></address>
+
+  </body>
+</html>
+
index 7239f68c8a79a84dd3a1bf7ffc6de3dd3c910de0..1e02f743441aa40e99054dc9f9da09937596630e 100644 (file)
         </ul>
         </p>
 
+    <li> <p>
+         A <a href="publications/toc.html" target="body">list of
+         publications</a> about and based on
+         <acronym>deal.II</acronym> can be found on 
+        <a href="publications/toc.html" target="body">this</a> page.
+        </p>
+
     <li> <p> Finally, we have a page where we list our
          <a href="future.html" target="body">plans for extensions of deal.II in
          the future</a>.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.