From 51f4537219a566db7afaa6587fb9f7fff1828f75 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 2 May 2018 18:50:08 -0600 Subject: [PATCH] Fix a grammar issue. --- examples/step-51/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-51/doc/intro.dox b/examples/step-51/doc/intro.dox index 6a72e06e63..b82103b736 100644 --- a/examples/step-51/doc/intro.dox +++ b/examples/step-51/doc/intro.dox @@ -43,8 +43,8 @@ order system, and each field is then discretized via a DG method. At this point, the single-valued "trace" values on the skeleton of the mesh, i.e. element faces, are taken to be independent unknown quantities. This yields unknowns in the discrete formulation that fall into two categories: -- Face unknowns that only couple with the unknowns from both sides of the face; -- Cell unknowns that only couple with each other and the other unknowns +- Face unknowns that only couple with the cell unknowns from both sides of the face; +- Cell unknowns that only couple with the cell and face unknowns defined within the same cell. Crucially, no cell interior degree of freedom on one cell ever couples to any interior cell degree of freedom of a different cell. -- 2.39.5