]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor updates to a few changelog entries. 13832/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 26 May 2022 17:16:48 +0000 (11:16 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 26 May 2022 17:16:48 +0000 (11:16 -0600)
doc/news/changes/minor/20210819Bangerthc
doc/news/changes/minor/20211115Bangerth-c
doc/news/changes/minor/20220421KronbichlerMunchRoschlaubSashko
doc/news/changes/minor/20220426DanielSun

index 53864f199070768b88c1f66414796df48d50136e..8627515b47d16a9191ac81f1871dd0a51fcbb978 100644 (file)
@@ -1,5 +1,5 @@
 New: There is now an overload for
-Particles::ParticleAccessor::set_properties() that a Tensor
+Particles::ParticleAccessor::set_properties() that takes a Tensor
 as argument. It is used in step-19.
 <br>
 (Wolfgang Bangerth, 2021/08/19)
index f34e57c805334efcec06a444c73453991386fa91..47ff338c7e507cb7182f02b99479a3d8b4169730 100644 (file)
@@ -1,5 +1,5 @@
-New: In the same spirit as provided by the C++20 [range
-adaptors](https://en.cppreference.com/w/cpp/ranges) feature, it is now
+New: In the same spirit as provided by the C++20
+[range adaptors](https://en.cppreference.com/w/cpp/ranges) feature, it is now
 possible to "filter" ranges over the active cells of Triangulation
 and DoFHandler objects.
 <br>
@@ -20,8 +20,6 @@ by:
 @code
   DoFHandler<dim> dof_handler;
   ...
-  const auto filtered_iterators_range =
-    filter_iterators();
   for (const auto &cell :
           dof_handler.active_cell_iterators() | IteratorFilters::LocallyOwnedCell())
     {
index 9fc0b8b57d36f564641fa40f61656217db6430ec..e3f4959a9d7ee26bf78d396e18a288d246f0302f 100644 (file)
@@ -1,5 +1,5 @@
 New: There is a new function DoFRenumbering::matrix_free_data_locality() that
-re-orders the unknowns of the unknowns in a DoFHandler to give optimal data
+re-orders the indices of the unknowns in a DoFHandler to give optimal data
 locality of pre- and post-operations in matrix-free loops.
 <br>
 (Martin Kronbichler, Peter Munch, Alexander Roschlaub, Dmytro Sashko, 2022/04/21)
index 344ecae05c0006afe111218453a0c1d844025426..61a2db8d5863753340e7099ba6cd991276e57a81 100644 (file)
@@ -1,5 +1,5 @@
-Fixed: The building process now works well with MPI option on Windows system.
-If configured properly, we can explore the capability of distributed computing
-on Windows system within Deal.II framework.
+Fixed: The build process now works well with MPI option on Windows systems.
+If configured properly, this allows exploring the capability of distributed computing
+on Windows system with deal.II.
 <br>
 (Daniel Sun, 2022/04/26)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.