From: Martin Kronbichler Date: Sun, 29 Apr 2018 10:02:31 +0000 (+0200) Subject: Break lines before author names in changelog. X-Git-Tag: v9.0.0-rc1~74^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd4e5725482e169af236252189e9c4d501b369d;p=dealii.git Break lines before author names in changelog. --- diff --git a/doc/news/changes/major/20180427KatharinaKormannMartinKronbichler b/doc/news/changes/major/20180427KatharinaKormannMartinKronbichler index 54e75a0e48..8b7bc1ac05 100644 --- a/doc/news/changes/major/20180427KatharinaKormannMartinKronbichler +++ b/doc/news/changes/major/20180427KatharinaKormannMartinKronbichler @@ -4,4 +4,5 @@ workers on cells, interior faces and boundary faces. The loop can perform the data exchange with MPI and is also parallelized with threads taking into account the face dependencies. The new class FEFaceEvaluation implements the respective evaluation and access routines for face terms. +
(Katharina Kormann, Martin Kronbichler, 2018/04/27) diff --git a/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler b/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler index 228404cf70..d678afa052 100644 --- a/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler +++ b/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler @@ -1,4 +1,5 @@ New: The class FEEvaluation can now be constructed for only a subset of the components inside an FESystem, picking e.g. the pressure part outside of a Taylor-Hood element. +
(Katharina Kormann, Martin Kronbichler, 2018/04/27) diff --git a/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-1 b/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-1 index 2300a243e3..6ca1bce3a6 100644 --- a/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-1 +++ b/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-1 @@ -2,4 +2,5 @@ New: The new field MatrixFree::AdditionalData::cell_vectorization_categories allows to control the way batches of cells are formed in MatrixFree by assigning different numbers to different parts in the domain. +
(Katharina Kormann, Martin Kronbichler, 2018/04/27) diff --git a/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-2 b/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-2 index ade8fc424d..d50264cda9 100644 --- a/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-2 +++ b/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-2 @@ -2,4 +2,5 @@ New: The function MatrixFree::cell_loop takes an optional boolean argument that enables the class to zero vectors within the loop for better cache locality, clearing only that part of the vector that will be accessed soon. +
(Katharina Kormann, Martin Kronbichler, 2018/04/27) diff --git a/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-3 b/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-3 index d5b3a667da..3eaf7090f6 100644 --- a/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-3 +++ b/doc/news/changes/minor/20180427KatharinaKormannMartinKronbichler-3 @@ -5,4 +5,5 @@ FEEvaluation::integrate() and FEEvaluation::distribute_local_to_global(), respectively. This allows to write somewhat more compact code and is also more efficient in the case of FEFaceEvaluation where equivalent functions exists. +
(Katharina Kormann, Martin Kronbichler, 2018/04/27)