From 0a2faf889d2ac27915bbed6271d81e7659a94870 Mon Sep 17 00:00:00 2001
From: wolf
- Changed: Class and structures that are declared inside namespaces named
+ Changed: Classes and structures that are declared inside namespaces named
internal
are now no longer shown in the class
index view of the documentation of each of the sublibraries. Since they
are supposed to be used internally only, this is no drawback for the
@@ -80,12 +80,12 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
Fixed: Some of the formulas in the step-14 tutorial were obviously
scrambled a little. This is now fixed.
- (WB 2003/01/30)
+ (Roy Stogner, WB 2003/01/30)
Changed: The main Makefile has been changed to sequentialize building
- the base, lac, and deal.II subibraries. We changed this, since on some
+ the base, lac, and deal.II sublibraries. We changed this, since on some
systems (notably AIX), the latter libraries need to be linked against
the former ones, when creating shared libraries.
@@ -739,6 +739,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
+ Fixed: The DataOutStack
class had a problem
+ when there were as many degrees of freedom as there were cells (i.e. if
+ we were using DG0 elements). This should now be fixed.
+
+ (WB 2003/03/02)
+
Fixed: The DataOutFaces
class was
broken for cell data. It should now be correct, although the
@@ -856,8 +864,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
member function half_hyper_ball
,
derived from member hyper_ball
.
The intial mesh contains four elements. This mesh will work with
- the boundary class template
.
+ the boundary class HalfHyperBallBoundary
.
(Brian Carnes 2002/12/16)
Improved: Several functions like the DoFHandler::distribute
and DoFHandler::distribute_dofs
and DoFTools::make_flux_sparsity_pattern
functions altered the user_flags
. This was stated in the
--
2.39.5