From 538fc869907c5708a08f230a0d1825a489081fa0 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel <lisa_julia.nebel@tu-dresden.de> Date: Wed, 12 Jun 2019 16:46:58 +0200 Subject: [PATCH] Make dune-parmg an optional dependency of dune-gfe dune-gfe contains a bit of home-grown infrastructure for distributed assembly of the tangent stiffness matrix. This will now be removed in favour of dune-parmg code, for better maintainability. Also, eventually we want the parallel solver of dune-parmg in addition to the parallel assembly. The new dependency is optional, to cater for people without interest in distributed computing. --- dune.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune.module b/dune.module index 6b074074..e22cda06 100644 --- a/dune.module +++ b/dune.module @@ -8,4 +8,4 @@ Version: svn Maintainer: oliver.sander@tu-dresden.de #depending on Depends: dune-grid dune-uggrid dune-istl dune-localfunctions dune-functions dune-solvers dune-fufem dune-elasticity -Suggests: dune-foamgrid +Suggests: dune-foamgrid dune-parmg -- GitLab