From a072aca4e275ccd7979748b4c4abcf9fcbbd5c9f Mon Sep 17 00:00:00 2001 From: Dominik Kern <dominik.kern.ifgt@gmail.com> Date: Tue, 4 May 2021 15:25:50 +0200 Subject: [PATCH] fix typo on homepage --- web/content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/content/_index.md b/web/content/_index.md index 5b562575f41..59f7be73d98 100644 --- a/web/content/_index.md +++ b/web/content/_index.md @@ -39,7 +39,7 @@ features: - headline: Process Coupling textline: | - A coupled system of equations can be either solved in a fully coupled way of the monolithic method, or in the sequential manner of the staggered scheme. The monolithic scheme is applied for all coupled processes, while the staggered scheme are available for the coupled processes of themo-hydraulic, hydro-mechanical, and phase field mechanical problems. + A coupled system of equations can be either solved in a fully coupled way of the monolithic method, or in the sequential manner of the staggered scheme. The monolithic scheme is applied for all coupled processes, while the staggered scheme are available for the coupled processes of thermo-hydraulic, hydro-mechanical, and phase field mechanical problems. visual: permalink: /features/StaggeredCouplingScheme.png alt: Staggered coupling scheme -- GitLab