From 4ba8f71e20cafde1b5f1501d9f02d08dbb4509ec Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Tue, 17 Jan 2017 13:19:39 +0100 Subject: [PATCH] step-40 typos --- examples/step-40/step-40.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5