From: Wolfgang Bangerth Date: Thu, 24 Sep 2015 11:25:46 +0000 (-0500) Subject: Fix name of Claire Bruna-Rosso. X-Git-Tag: v8.4.0-rc2~372^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e6b35508ec5cfe65d077f66a79952d3b0a90b8;p=dealii.git Fix name of Claire Bruna-Rosso. --- 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"