From: kronbichler Date: Tue, 21 May 2013 13:53:26 +0000 (+0000) Subject: Fix a few typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc846139dd660fe7f867c4dd59496bdfaba981a;p=dealii-svn.git Fix a few typos. git-svn-id: https://svn.dealii.org/trunk@29536 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 1241a2ef19..b600ecd77d 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -167,7 +167,7 @@ via DataOutBase::write_vtk and DataOutBase::write_vtu. MatrixTools::create_laplace_matrix take now an optional ConstraintMatrix argument that allows to directly apply the constraints. This also helps VectorTools::project. Note that not providing constraints remains the default -and recommended way to ensure consistency when several matrices are added. +and recommended way to ensure consistency when several matrices are combined.
(Martin Kronbichler, 2013/05/08) @@ -187,8 +187,8 @@ parallel in shared memory.
  • New: The class ChunkSparseMatrix and the associated -ChunkSparsityPattern now offer iterator classes to iterate over rows or the -whole matrix in an STL-like way. +ChunkSparsityPattern now offer iterator classes to iterate over rows of the +matrix in an STL-like way.
    (Martin Kronbichler, 2013/05/07)
  • @@ -204,8 +204,8 @@ is now fixed. iterations of the modified Gram–Schmidt algorithm for orthogonalization. In many situations one iteration is enough. The algorithm can now detect loss of orthogonality and enables re-orthogonalization only if -necessary. The second iteration can be forced by the flag -SolverGMRES::AdditionalData::force_re_orthogonalization, though. +necessary. The second iteration (and, hence, old behavior) can be forced by +the flag SolverGMRES::AdditionalData::force_re_orthogonalization.
    (Martin Kronbichler, 2013/05/06) @@ -216,7 +216,7 @@ vector types, not just dealii::Vector and dealii::BlockVector. (Wolfgang Bangerth, 2013/05/06) -
  • Fixed: Generate an error if the users tries to refine a cell +
  • Fixed: Generate an error if the user tries to refine a cell that is already on the maximum level in a distributed triangulation.
    (Timo Heister, 2013/05/01)