From: David Wells Date: Sun, 22 Sep 2019 22:41:37 +0000 (-0400) Subject: Improve some changelog entries. X-Git-Tag: v9.2.0-rc1~1048^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=737b804ae14dea49003f2154cbdea0e830402ca3;p=dealii.git Improve some changelog entries. These are taken in part from #8553. --- diff --git a/doc/news/changes/minor/20190610RolandRichter b/doc/news/changes/minor/20190610RolandRichter index 47913c89ff..2be92cd766 100644 --- a/doc/news/changes/minor/20190610RolandRichter +++ b/doc/news/changes/minor/20190610RolandRichter @@ -1,4 +1,4 @@ -Added: The function "Schur-product" was added for the Tensor-class, -allowing the entrywise multiplication of tensor objects of general rank +New: The function schur_product was added for the Tensor class, +allowing the entrywise multiplication of tensor objects of general rank.
(Roland Richter, 2019/06/10) diff --git a/doc/news/changes/minor/20190723GarciaSanchez b/doc/news/changes/minor/20190723GarciaSanchez index 6282ddcaeb..3a2c2a2558 100644 --- a/doc/news/changes/minor/20190723GarciaSanchez +++ b/doc/news/changes/minor/20190723GarciaSanchez @@ -1,4 +1,4 @@ -Improved: Add assignment operator for two Points with different underlying -scalar types. +Improved: Add assignment operator for two Point objects with different +underlying scalar types.
(Daniel Garcia-Sanchez, 2019/07/23) diff --git a/doc/news/changes/minor/20190802GarciaSanchez b/doc/news/changes/minor/20190802GarciaSanchez index c174c6b2a9..858a010b2e 100644 --- a/doc/news/changes/minor/20190802GarciaSanchez +++ b/doc/news/changes/minor/20190802GarciaSanchez @@ -1,4 +1,4 @@ -Improved: The function make_periodicity_constraints() can now be +Improved: DoFTools::make_periodicity_constraints() can now be used with std::complex numbers.
(Daniel Garcia-Sanchez, 2019/08/02) diff --git a/doc/news/changes/minor/20190806AdamLee b/doc/news/changes/minor/20190806AdamLee index 50158f672f..510c829ece 100644 --- a/doc/news/changes/minor/20190806AdamLee +++ b/doc/news/changes/minor/20190806AdamLee @@ -1,4 +1,4 @@ -Improved: Unified in-line journal citations in steps 1,6, and 18; Bibtex style -formattting in a central bibliography. +Improved: Unified in-line journal citations in steps 1, 6, and 18; Bibtex +style formatting in a central bibliography.
(Adam Lee, 2019/08/06) diff --git a/doc/news/changes/minor/20190806JonathanRobey b/doc/news/changes/minor/20190806JonathanRobey index adebcbf000..cc116f86f4 100644 --- a/doc/news/changes/minor/20190806JonathanRobey +++ b/doc/news/changes/minor/20190806JonathanRobey @@ -1,2 +1,2 @@ -New: Added frobenius_norm method to BlockMatrixBase. +New: Added BlockMatrixBase::frobenius_norm(). (Jonathan Robey, 2019/08/06) diff --git a/doc/news/changes/minor/20190806RezaRastak b/doc/news/changes/minor/20190806RezaRastak index 370e07ff87..3971db3bc4 100644 --- a/doc/news/changes/minor/20190806RezaRastak +++ b/doc/news/changes/minor/20190806RezaRastak @@ -1,4 +1,4 @@ -Improved: CellDataStorage::get_data(cell) now checks whether we are retriving +Improved: CellDataStorage::get_data() now checks whether we are retrieving using a data type that matches the type we used to initialize the cell data.
(Reza Rastak, 2019/08/06) diff --git a/doc/news/changes/minor/20190808LucaHeltaiMatthiasMaier b/doc/news/changes/minor/20190808LucaHeltaiMatthiasMaier index 6b5da92a53..0a8fd542d3 100644 --- a/doc/news/changes/minor/20190808LucaHeltaiMatthiasMaier +++ b/doc/news/changes/minor/20190808LucaHeltaiMatthiasMaier @@ -1,3 +1,3 @@ -New: Added MutableBind class and mutable_bind() method. +New: Added Utilities::MutableBind class and Utilities::mutable_bind() method.
(Luca Heltai, Matthias Maier, 2019/08/08) diff --git a/doc/news/changes/minor/20190808MJayadharan b/doc/news/changes/minor/20190808MJayadharan index 8687a74214..884f63a7d4 100644 --- a/doc/news/changes/minor/20190808MJayadharan +++ b/doc/news/changes/minor/20190808MJayadharan @@ -1,3 +1,7 @@ -Debug: Fixed two functions in GridTools::Cache class (in source/grid/grid_tools_cache.cc), namely get_used_vertices_rtree() and get_cell_bounding_boxes_rtree where the update flag were not cleared. Fixed that by adding a line to both functions at the end of if loop checking the flag. +Fixed: Fixed two functions in GridTools::Cache class, namely +GridTools::Cache::get_used_vertices_rtree() and +GridTools::Cache::get_cell_bounding_boxes_rtree() where the update flags were +not cleared. Fixed that by adding a line to both functions at the end of the if +clause checking the flag.
(Manu Jayadharan, 2019/08/08) diff --git a/doc/news/changes/minor/20190808WenjuanZhang b/doc/news/changes/minor/20190808WenjuanZhang index 8e86c96c5c..850a8a6a55 100644 --- a/doc/news/changes/minor/20190808WenjuanZhang +++ b/doc/news/changes/minor/20190808WenjuanZhang @@ -1,3 +1,3 @@ -Added: Add a possible extension in Step-2 Tutorial. +New: Add a possible extension to step-2.
(Wenjuan Zhang, 2019/08/08) diff --git a/doc/news/changes/minor/20190809RezaRastakMarcFehlingPeterMunch b/doc/news/changes/minor/20190809RezaRastakMarcFehlingPeterMunch index ee8e9ec607..9694e08ed3 100644 --- a/doc/news/changes/minor/20190809RezaRastakMarcFehlingPeterMunch +++ b/doc/news/changes/minor/20190809RezaRastakMarcFehlingPeterMunch @@ -1,5 +1,5 @@ -Improved: ContinuousQuadratureDataTransfer allows the number of data values -per quadrature points vary across the mesh. It also allows a cell to not -have any associated quadrature data during refinement. +Improved: parallel::distributed::ContinuousQuadratureDataTransfer allows the +number of data values per quadrature points vary across the mesh. It also allows +a cell to not have any associated quadrature data during refinement.
(Reza Rastak, Marc Fehling, Peter Munch 2019/08/09) diff --git a/doc/news/changes/minor/20190814PeterMunchBangerthDanielArndt b/doc/news/changes/minor/20190814PeterMunchBangerthDanielArndt index 078af40ff4..10fdcf6850 100644 --- a/doc/news/changes/minor/20190814PeterMunchBangerthDanielArndt +++ b/doc/news/changes/minor/20190814PeterMunchBangerthDanielArndt @@ -1,3 +1,4 @@ -New: Add an iterator over all faces of a cell(accessor). +New: Add CellAccessor::face_iterators(), which returns an iterator range over +the faces of a cell.
(Peter Munch, Wolfgang Bangerth, Daniel Arndt, 2019/08/14)