From: hartmann New: There are now Fix: Bug in Fixed: Change: Improved: Several functions like the Fixed: deal.II
+
Triangulation::save/load_user_pointers(vector<void
+ *> &)
functions similar to the respective Triangulation::save/load_user_flags(vector<bool>
+ &)
functions.
+
+ (RH 2002/06/14)
+ Triangulation<3>::load_user_pointers(vector<void
+ *> &)
is now fixed.
+
+ (RH 2002/06/14)
+ Triangulation::load_user_pointers(vector<void
+ *> &)
erroneously threw an assertion for
+ dim==1
. This is now fixed.
+
+ (RH 2002/06/14)
+ Triangulation<1>::n_quads
now returns 0,
+ instead of throwing an assertion, as before. The same holds for
+ similar functions like Triangulation
that now
+ returns 0 for dim<3
.
+
+ (RH 2002/06/14)
+ DoFHandler::distribute
and DoFTools::make_flux_sparsity_pattern
+ functions altered the user_flags
. This was stated in the
+ documentation of these functions. Nevertheless, it might have
+ led to unexpected behaviour of the user_flags
for users who weren't aware of
+ this side-effect. Now, these functions do not alter
+ the user_flags
, any
+ more. Consequently, the users do not need to worry any more
+ about the reliability of the user_flags
when calling any function of
+ the library.
+
+ (RH 2002/06/14)
+ FE_Q::has_support_on_face
always returned
true in 1d, partly because faces are not really an issue in
@@ -121,13 +173,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
class="member">FETools::back_interpolate and FETools::interpolate_difference
functions
do not take into account hanging node constraints. Therefore,
- they have been working for continuous elements on globally
- refined grids and on discontinuous elements, only. Now, there
- are new functions with the same names but additional ConstraintMatrix
arguments for the hanging
- node constraints. These new functions now work for continuous
- as well as for discontinuous elements. But, the old functions
- are still supported.
+ node constraints. These new functions work for continuous as
+ well as for discontinuous elements. But, the old functions are
+ still supported.
(RH 2002/06/13)
Changed: Triangulation::clear_user_flags
and Triangulation::clear_user_pointers
are
- now const functions.
-
- (RH 2002/06/12)
-
Fixed: In debug mode the MappingQ1::transform_real_to_unit_cell
function erroneously threw an assertion when used in 1 or 3