From 4fbb6b7b9c3b30c4d7adcf0cde1666873c8a4caf Mon Sep 17 00:00:00 2001 From: Graham Harper Date: Thu, 2 Aug 2018 04:46:16 +0000 Subject: [PATCH] Fixes comment about convergence --- include/deal.II/fe/fe_bernardi_raugel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/fe_bernardi_raugel.h b/include/deal.II/fe/fe_bernardi_raugel.h index 3353dbadc7..a35cf20288 100644 --- a/include/deal.II/fe/fe_bernardi_raugel.h +++ b/include/deal.II/fe/fe_bernardi_raugel.h @@ -50,8 +50,8 @@ DEAL_II_NAMESPACE_OPEN * implementation. * * Some numerical experiments have shown that this element may converge with - * first-order when using the BR1-Q0 pair for the mixed Laplace equation in - * step-20. + * first-order accuracy when using the BR1-Q0 pair for the mixed Laplace + * equation in step-20. * */ template -- 2.39.5