From: wolf
+
+ 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.
+
+
+Abstract:
+
+
+Wolfgang Bangerth
+
2000-03-31
+
+
+
diff --git a/deal.II/doc/publications/2000/bangerth-3.html b/deal.II/doc/publications/2000/bangerth-3.html
new file mode 100644
index 0000000000..6f134bd468
--- /dev/null
+++ b/deal.II/doc/publications/2000/bangerth-3.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+ Abstract:
+
+
+Wolfgang Bangerth
+
2000-03-31
+
+
+
diff --git a/deal.II/doc/publications/2000/hartmann-1.html b/deal.II/doc/publications/2000/hartmann-1.html
new file mode 100644
index 0000000000..aba18e9ab9
--- /dev/null
+++ b/deal.II/doc/publications/2000/hartmann-1.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+ Abstract:
+
+
+Ralf Hartmann
+
2000-03-31
+
+
+
diff --git a/deal.II/doc/publications/toc.html b/deal.II/doc/publications/toc.html
index e8edba26b4..f77a8967ff 100644
--- a/deal.II/doc/publications/toc.html
+++ b/deal.II/doc/publications/toc.html
@@ -50,9 +50,48 @@
BibTeX
entry)
+ Ralf Hartmann
+
+ Adaptive FE-Methods for Conservation Equations
+
+
+ In preparation
+
+ (Abstract)
+
+ Wolfgang Bangerth
+
+ Multi-threading support in deal.II
+
+
+ Pending acceptance as preprint at the University of Heidelberg
+
+ (Abstract)
+
+ Wolfgang Bangerth
+
+ Using Modern Features of C++ for Adaptive Finite
+ Element Methods:
+ Dimension-Independent Programming in deal.II
+
+
+ Submitted for the Proceedings of the 16th IMACS World
+ Congress, 2000
+
+ (Abstract)
+