From 067ca3dbbaf318524fe55a8b6c2ac80a0808c7a8 Mon Sep 17 00:00:00 2001 From: Beatrix Becker <beatrix.becker@iws.uni-stuttgart.de> Date: Tue, 18 Dec 2018 09:49:40 +0100 Subject: [PATCH] [handbook][parallel] exceptions multidomain and freeflow --- doc/handbook/5_parallel.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/handbook/5_parallel.tex b/doc/handbook/5_parallel.tex index 20f74273ac..2f83d92a92 100644 --- a/doc/handbook/5_parallel.tex +++ b/doc/handbook/5_parallel.tex @@ -12,7 +12,9 @@ approaches. The parallelization in \Dumux is based on the It is the MPI parallelization that allows the user to run \Dumux applications in parallel on a desktop computer, the users laptop or large high performance clusters. However, the chosen \Dumux -model must support parallel computations, which is the case for most \Dumux applications. +model must support parallel computations. +This is the case for most \Dumux applications, except for multidomain and +freeflow. The main idea behind the MPI parallelization is the concept of \textit{domain decomposition}. For parallel simulations, the computational domain is split into -- GitLab