From: Sean McGovern Date: Tue, 17 Jan 2017 12:19:39 +0000 (+0100) Subject: step-40 typos X-Git-Tag: v8.5.0-rc1~230^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3816%2Fhead;p=dealii.git step-40 typos --- diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index 3d16de92a1..72867c7367 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -354,12 +354,12 @@ namespace Step40 // cell->is_artificial() is true. The simplest way, however, is to // simply ask the cell whether it is owned by the local processor. // - Copying local contributions into the global matrix must include - // distributing constraints and boundary values. In other words, we can now + // distributing constraints and boundary values. In other words, we cannot // (as we did in step-6) first copy every local contribution into the global // matrix and only in a later step take care of hanging node constraints and // boundary values. The reason is, as discussed in step-17, that PETSc does // not provide access to arbitrary elements of the matrix once they have - // been assembled into it -- in parts because they may simple no longer + // been assembled into it -- in parts because they may simply no longer // reside on the current processor but have instead been shipped to a // different machine. // - The way we compute the right hand side (given the