From 2a86e28e6efee46528e15e4da2aa595a70cb7521 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 31 May 2018 15:27:18 +0200 Subject: [PATCH] [web] Added process coupling feature. --- web/content/_index.pandoc | 6 ++++++ web/content/features/StaggeredCouplingScheme.png | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 web/content/features/StaggeredCouplingScheme.png diff --git a/web/content/_index.pandoc b/web/content/_index.pandoc index 3f38778f66c..8dc80bf574f 100644 --- a/web/content/_index.pandoc +++ b/web/content/_index.pandoc @@ -80,6 +80,12 @@ features: url: "/docs/tools" layout: left anchor: tools +- 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. + visual: + permalink: /features/StaggeredCouplingScheme.png + alt: Staggered coupling scheme - headline: Transparent development workflows textline: | Write front-end code with Jekyll or Hugo and push to your Git repo. Forestry will pull in your commits and update the CMS. diff --git a/web/content/features/StaggeredCouplingScheme.png b/web/content/features/StaggeredCouplingScheme.png new file mode 100644 index 00000000000..ed570ced7e0 --- /dev/null +++ b/web/content/features/StaggeredCouplingScheme.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6115a9a5cf492f7b38a4f80bca6c014c4815e9c5056542f08931e4344e42de37 +size 52307 -- GitLab