From 51961bc80fd7e8edd1f8ff2783e6c874d247dffa Mon Sep 17 00:00:00 2001
From: wolf
Date: Fri, 7 May 1999 20:52:18 +0000
Subject: [PATCH] Fix typos.
git-svn-id: https://svn.dealii.org/trunk@1301 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html
index 2f3108b1a5..bf2844cefc 100644
--- a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html
+++ b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html
@@ -86,7 +86,7 @@ Now we have to solve
- Ax = f
+ Au = f
with the constraint, that there is a y
satisfying
@@ -107,7 +107,7 @@ or, taking
It is not possible to generate ~A
directly, but
w can generate A
and condense it to ~A
using the constraints, solve the system and obtain u
by
-u=Cf
.
+u=Cy
.
--
2.39.5