From 510da1a629e5a7998b8792473478f8ae0133bd62 Mon Sep 17 00:00:00 2001
From: wolf SolutionTransfer
class at
the same time, but this was not checked. An assertion has now been
added to ensure this requirement.
git-svn-id: https://svn.dealii.org/trunk@6732 0785d39b-7218-0410-832d-ea1e28bc413d
---
.../deal.II/source/numerics/solution_transfer.cc | 11 ++++++++++-
deal.II/doc/news/2002/c-3-4.html | 15 ++++++++++++---
2 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/deal.II/deal.II/source/numerics/solution_transfer.cc b/deal.II/deal.II/source/numerics/solution_transfer.cc
index 0b819826b8..3e254149a2 100644
--- a/deal.II/deal.II/source/numerics/solution_transfer.cc
+++ b/deal.II/deal.II/source/numerics/solution_transfer.cc
@@ -108,6 +108,9 @@ SolutionTransfer
- Improved: make knows a target veryclean
- now. clean leaves the libraries now, removing
+ New: The top-level makefile now how a target distclean.
+ clean leaves the libraries now, removing
everything that is not needed to use
- deal.II. veryclean removes even the
+ deal.II. distclean removes even the
libraries, leaving the directory more or less in the state like
after configure.
@@ -402,6 +402,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
+ Fixed: Vectors could not be given as input and output vectors to the
+ SolutionTransfer
class at the same time, but
+ this was not checked. An assertion has now been added to ensure this
+ requirement.
+
+ (WB 2002/10/28)
+
Fixed: The DoFRenumbering::component_wise
function accepts a
--
2.39.5