From db65c34e3170713310f7d78f48bad85baf4d1050 Mon Sep 17 00:00:00 2001 From: JonMatthewsFCAS Date: Mon, 17 Sep 2018 10:02:28 -0700 Subject: [PATCH] Update step-42.cc --- examples/step-42/step-42.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-42/step-42.cc b/examples/step-42/step-42.cc index f886f5ae05..110285cf73 100644 --- a/examples/step-42/step-42.cc +++ b/examples/step-42/step-42.cc @@ -1648,7 +1648,7 @@ namespace Step42 // obstacle and one neighbor $x_2$ which is not in contact. Because // the update for the former will be prescribed, the hanging node constraint // will have an inhomogeneity and will look like $x_0 = x_1/2 + - // \text{gap}/2$. So the corresponding entries in the ride-hang-side are + // \text{gap}/2$. So the corresponding entries in the right-hand-side are // non-zero with a meaningless value. These values we have to set to zero. // - Like in step-40, we need to shuffle between vectors that do and do // not have ghost elements when solving or using the solution. -- 2.39.5