From c6e6b35508ec5cfe65d077f66a79952d3b0a90b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 24 Sep 2015 06:25:46 -0500 Subject: [PATCH] Fix name of Claire Bruna-Rosso. --- doc/news/changes.h | 2 +- tests/hp/solution_transfer_13.cc | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 673990896e..331bca8a57 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -359,7 +359,7 @@ inconvenience this causes.
  • Fixed: hp::SolutionTransfer could get confused when dealing with FE_Nothing elements. This is now fixed.
    - (Claire Br, Wolfgang Bangerth, 2015/09/23) + (Claire Bruna-Rosso, Wolfgang Bangerth, 2015/09/23)
  • Improved: The construction of the non-local graph for quick data diff --git a/tests/hp/solution_transfer_13.cc b/tests/hp/solution_transfer_13.cc index c6a6491e1c..88f7dcb154 100644 --- a/tests/hp/solution_transfer_13.cc +++ b/tests/hp/solution_transfer_13.cc @@ -14,7 +14,12 @@ // --------------------------------------------------------------------- -// Test case by Claire Br. based on an earlier one written by K. Bzowski +// Verify that we can run SolutionTransfer with FE_Nothing. This led +// to an exception because at one point we try to multiply a vector by +// an empty matrix (because FE_Nothing has no degrees of freedom) +// +// Test case by Claire Bruna-Rosso based on an earlier one written by +// K. Bzowski #include "../tests.h" -- 2.39.5