]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make changelogs look more uniform. 5520/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 23 Nov 2017 13:59:33 +0000 (06:59 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 23 Nov 2017 14:54:30 +0000 (07:54 -0700)
15 files changed:
doc/news/changes/minor/20170424DenisDavydov
doc/news/changes/minor/20170517DenisDavydov
doc/news/changes/minor/20170801DenisDavydov-c
doc/news/changes/minor/20170802DenisDavydov
doc/news/changes/minor/20170818DenisDavydov
doc/news/changes/minor/20170824DenisDavydov
doc/news/changes/minor/20170904DenisDavydov
doc/news/changes/minor/20170926EldarKhattatov
doc/news/changes/minor/20170927DenisDavydov
doc/news/changes/minor/20170927DenisDavydov-2
doc/news/changes/minor/20170930DenisDavydov
doc/news/changes/minor/20170930DenisDavydov-2
doc/news/changes/minor/20171009DenisDavydov
doc/news/changes/minor/20171025DenisDavydov
doc/news/changes/minor/20171118LucaHeltai

index 376f234947c7bf5913da6d62a3953ed56e018d1f..a408af7dab7b98ed68103451840068c16e23eb76 100644 (file)
@@ -1,4 +1,4 @@
-New: add Point<dim,Number>::distance_square() which calculates the squared
+New: Add Point<dim,Number>::distance_square() which calculates the squared
 Euclidean distance.
 <br>
 (Denis Davydov, 2017/04/24)
index 24bac6e5071085340810947ba38dd856d54d7a4f..27f6f3d46ee72df9ad9d155f6d17de06c0e25860 100644 (file)
@@ -1,4 +1,4 @@
-New: add a new class ConsecutiveControl which returns SolverControl::State::success
+New: Add a new class ConsecutiveControl which returns SolverControl::State::success
 if and only if a certain positive number of consecutive iterations satisfy the
 specified tolerance.
 <br>
index 8d0d164fdae6053dbc7a132adeab47ee5f171b2b..c364c80e9a3ae155c7d39a57293cd1d71ff1576c 100644 (file)
@@ -1,4 +1,4 @@
-New: add Utilities::LinearAlgebra::Lanczos_largest_eigenvalue() to estimate the largest
+New: Add Utilities::LinearAlgebra::Lanczos_largest_eigenvalue() to estimate the largest
 eigenvalue of a symmetric linear operator using k-steps of Lanczos algorithm.
 <br>
 (Denis Davydov, 2017/08/01)
index 3aee291080053d2886f5b59cef33757e76dad6a7..0d485b1730dbde93eedb7f3cf30a458bb476a25f 100644 (file)
@@ -1,4 +1,4 @@
-New: add Utilities::LinearAlgebra::Chebyshev_filter() to apply Chebyshev filter of a
+New: Add Utilities::LinearAlgebra::Chebyshev_filter() to apply Chebyshev filter of a
 given degree.
 <br>
 (Denis Davydov, 2017/08/02)
index f79ad3c7457782b071b0e43fba617a54d85c2087..ff5e640594e0b79d63cd360afc95b89b32e24714 100644 (file)
@@ -1,4 +1,4 @@
-New: add MGTransferBlockMatrixFree which allows using geometric multi-grids with
+New: Add MGTransferBlockMatrixFree which allows using geometric multi-grids with
 LinearAlgebra::distributed::BlockVector<Number> where each block uses the same
 index space of degrees of freedom.
 <br>
index 0f1898c91fedd43965d1a785ae3ed02c64972dde..af819c9b999eddeeb71ca47ccca082489a15bc2a 100644 (file)
@@ -1,3 +1,3 @@
-New: extend Point::distance_square() to work with VectorizedArray numbers.
+New: Extend Point::distance_square() to work with VectorizedArray numbers.
 <br>
 (Denis Davydov, 2017/08/24)
index c70f1987b1843fb7dbdc6c578bd1567f3affff5e..8027dd9c539801829869190d2a148c711cc5274e 100644 (file)
@@ -1,3 +1,3 @@
-New: add Utilities::MPI::sum() for FullMatrix objects.
+New: Add Utilities::MPI::sum() for FullMatrix objects.
 <br>
 (Denis Davydov, 2017/09/04)
index 73bb853016a9820fcfbb494a498084f4cc2ea715..ad908cb37ebf8349a33e0af6c51f21faa1ea4800 100644 (file)
@@ -1,4 +1,4 @@
-Fixed: the hp version of DoFTools::make_flux_sparsity_pattern() with masks for 
+Fixed: The hp version of DoFTools::make_flux_sparsity_pattern() with masks for 
 DoF couplings now works with non-primitive FE spaces, similarly to its non-hp version.
 The hp version of VectorTools::project_boundary_values() is modified to work properly with Hdiv
 conforming finite elements. 
index da0e8547f9dded58518a366d50d7f64b86dd4042..2f85235f9a5219d784e3d58429617c3a1c94b345 100644 (file)
@@ -1,3 +1,3 @@
-New: extend MappingQEulerian to work with multi-grid vectors.
+New: Extend MappingQEulerian to work with multi-grid vectors.
 <br>
 (Denis Davydov, 2017/09/27)
index d4ee27c121f0c2d4ce64875c3599580702e4154a..daf3f23afb60625a635a1449ddbb46d8338bb3fb 100644 (file)
@@ -1,4 +1,4 @@
-New: add MGTransferMatrixFree::interpolate_to_mg() to transfer fine-level
+New: Add MGTransferMatrixFree::interpolate_to_mg() to transfer fine-level
 solution to a multi-grid vector
 <br>
 (Denis Davydov, 2017/09/27)
index 125ce686b420e60f33cfba25c0af205a039a1f6b..4c0dfe3562a8127a1080b9fe9d7b49904b979d95 100644 (file)
@@ -1,4 +1,4 @@
-New: add LinearAlgebra::distributed::BlockVector<Number>::multivector_inner_product()
+New: Add LinearAlgebra::distributed::BlockVector<Number>::multivector_inner_product()
 to perform inner product between each block of the two block vectors.
 <br>
 (Denis Davydov, 2017/09/30)
index 5e5ba2d94bd9d5069ef48a4715dca3a8fc6e2d51..95a0be1e6279fb395c7f29d1896df9aca44e6cb2 100644 (file)
@@ -1,3 +1,3 @@
-New: add Utilities::MPI::sum() for LAPACKFullMatrix objects.
+New: Add Utilities::MPI::sum() for LAPACKFullMatrix objects.
 <br>
 (Denis Davydov, 2017/09/04)
index 10c2aa608075a6110177623369d9ed940fd4e28d..993c6bb6441a903849f84249c844e25b0dc7b2b3 100644 (file)
@@ -1,3 +1,3 @@
-New: add LAPACKFullMatrix::trace() to calculate trace of a matrix.
+New: Add LAPACKFullMatrix::trace() to calculate trace of a matrix.
 <br>
 (Denis Davydov, 2017/10/09)
index 736c471604109b5ae7c9cf1e369faa02bbfe86bc..7c801979d0c4219d7f8ba1596e61da0280bdc395 100644 (file)
@@ -1,3 +1,3 @@
-New: add LAPACKFullMatrix<number>::add (const number a, const LAPACKFullMatrix<number> &A)
+New: Add LAPACKFullMatrix<number>::add (const number a, const LAPACKFullMatrix<number> &A)
 <br>
 (Denis Davydov, 2017/10/25)
index cf4bae39d3ef4347745386e7728a0ade152c72db..391962e8cd2deece312685aa89a1d2633f393965 100644 (file)
@@ -1,4 +1,4 @@
-New:Added Utilities::pack and Utilities::unpack, to serialize and unserialize arbitrary 
+New: Add Utilities::pack and Utilities::unpack, to serialize and unserialize arbitrary 
 objects that support boost::serialization/deserialization. 
 <br> 
 (Luca Heltai, 2017/11/18)

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.