From d5a8a15d16580361dd762151c4a7de346c065706 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Wed, 11 Oct 2023 16:45:36 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Benjamin Uekermann --- partitioned-heat-conduction-schwarz/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partitioned-heat-conduction-schwarz/README.md b/partitioned-heat-conduction-schwarz/README.md index 0fb28e558..6796c34f7 100644 --- a/partitioned-heat-conduction-schwarz/README.md +++ b/partitioned-heat-conduction-schwarz/README.md @@ -1,8 +1,8 @@ --- -title: Partitioned heat conduction with Schwarz-type Domain Decomposition +title: Partitioned heat conduction with Schwarz-type domain decomposition permalink: tutorials-partitioned-heat-conduction-schwarz.html keywords: FEniCS, Nutils, Heat conduction -summary: We solve a simple heat equation. The domain is partitioned and the coupling is established in a Overlapping Schwarz type domain decomposition. +summary: We solve a simple heat equation. The domain is partitioned and the coupling is established in an overlapping-Schwarz-type domain decomposition. --- {% note %}