Skip to content

Commit

Permalink
Merge pull request #9293 from krishnakumarg1984/step6_fixes_krishna
Browse files Browse the repository at this point in the history
minor grammar fixes to step-6 tutorial doc
  • Loading branch information
bangerth committed Jan 13, 2020
2 parents e518589 + fe15c30 commit f689eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/step-6/step-6.cc
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ void Step6<dim>::assemble_system()
// constraints. The constrained nodes are still in the linear system (there
// is a nonzero entry, chosen in a way that the matrix is well conditioned,
// on the diagonal of the matrix and all other entries for this line are set
// to zero) but the computed values are invalid (i.e., the correspond entry
// in <code>system_rhs</code> is currently meaningless). We compute the
// correct values for these nodes at the end of the <code>solve</code>
// to zero) but the computed values are invalid (i.e., the corresponding
// entries in <code>system_rhs</code> are currently meaningless). We compute
// the correct values for these nodes at the end of the <code>solve</code>
// function.
}

Expand Down

0 comments on commit f689eda

Please sign in to comment.