From 17528d75d2d5f14cf523c916cadb21b379757746 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Sat, 28 Oct 2017 18:01:02 +0200 Subject: [PATCH] Add changelog. --- doc/news/changes/minor/20171024MartinKronbichler | 2 +- doc/news/changes/minor/20171028MartinKronbichler | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 doc/news/changes/minor/20171028MartinKronbichler diff --git a/doc/news/changes/minor/20171024MartinKronbichler b/doc/news/changes/minor/20171024MartinKronbichler index c3ffa96e0e..ebaf8dfa16 100644 --- a/doc/news/changes/minor/20171024MartinKronbichler +++ b/doc/news/changes/minor/20171024MartinKronbichler @@ -3,4 +3,4 @@ LinearAlgebra::distributed::Vector::copy_locally_owned_data_from() can copy the locally owned range in a parallel vector without considering the ghost entries which might be different between the two vectors.
-(MartinKronbichler, 2017/10/24) +(Martin Kronbichler, 2017/10/24) diff --git a/doc/news/changes/minor/20171028MartinKronbichler b/doc/news/changes/minor/20171028MartinKronbichler new file mode 100644 index 0000000000..084fbfd6b5 --- /dev/null +++ b/doc/news/changes/minor/20171028MartinKronbichler @@ -0,0 +1,7 @@ +Fixed: The member variable FEEvaluation::dofs_per_cell and the static variable +FEEvaluation::tensor_dofs_per_cell only returned the number of degrees of +freedom per scalar component also for vector-valued evaluators, rather than +returning the number accumulated over all components in the evaluator. This is +now fixed. +
+(Martin Kronbichler, 2017/10/28) -- 2.39.5