The following people contributed major parts of the library (in
alphabetical order):
@@ -94,11 +93,14 @@ The library is maintained and mostly written by the
Franz-Theo Suttmeier:
Initial parts of the linear algebra.
+
+
+
The deal.II mailing list members
-
- Furthermore, we thank the numerous people sending in comments,
- patches and even single functions, but who are not listed above.
-
+
+ We thank the numerous people sending questions, suggestions, bug reports, bug
+ fixes and improvements. deal.II would be much less without their contribution.
+
\ No newline at end of file
diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html
index 63680978ce..fd969d6553 100644
--- a/deal.II/doc/news/changes.html
+++ b/deal.II/doc/news/changes.html
@@ -42,16 +42,6 @@ inconvenience this causes.
-
Improved: The function DoFTools::count_dofs_per_component got an additional
- argument. This argument allows to count the degrees of freedom of
- nonprimitive vector valued elements only once, instead of in every component.
- Although this argument defaults to the previous behavior, it had to be put
- into the argument list ahead of target_component in order to make
- use of default arguments more efficiently.
- (GK 2005/06/17)
-
-
Changed: The way boundary constraints were handled in the step-17
tutorial program was conceptually flawed. We tried to eliminate boundary
nodes locally on the cell level, and hanging node constraints subsequently
@@ -438,6 +428,18 @@ inconvenience this causes.
deal.II
+
Improved: The function DoFTools::count_dofs_per_component and its counterpart
+ in MGTools got an additional
+ argument. This argument allows to count the degrees of freedom of
+ nonprimitive vector valued elements only once, instead of in every component.
+ Although this argument defaults to the previous behavior, it had to be put
+ into the argument list ahead of target_component in order to make
+ use of default arguments more efficiently. The old order of
+ arguments can still be used through a wrapper function.
+ (GK 2005/06/22)
+