From: Martin Kronbichler Date: Sat, 28 Oct 2017 16:01:02 +0000 (+0200) Subject: Add changelog. X-Git-Tag: v9.0.0-rc1~857^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17528d75d2d5f14cf523c916cadb21b379757746;p=dealii.git Add changelog. --- 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)