]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added documentation.
authorLuca Heltai <luca.heltai@unipi.it>
Mon, 17 Mar 2025 13:39:00 +0000 (14:39 +0100)
committerLuca Heltai <luca.heltai@unipi.it>
Tue, 18 Mar 2025 12:23:52 +0000 (13:23 +0100)
doc/external-libs/mumps.html [new file with mode: 0644]
doc/users/cmake_dealii.html
doc/users/cmake_user.html

diff --git a/doc/external-libs/mumps.html b/doc/external-libs/mumps.html
new file mode 100644 (file)
index 0000000..53753da
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+
+<head>
+  <title>The deal.II Readme on interfacing to MUMPS</title>
+  <link href="../screen.css" rel="StyleSheet">
+  <meta name="copyright" content="Copyright (C) 2010, 2011, 2012, 2013, 2015 by the deal.II authors">
+  <meta name="keywords" content="deal.II">
+</head>
+
+<body>
+
+  <h1>Interfacing <acronym>deal.II</acronym>
+    to <acronym>MUMPS</acronym></h1>
+
+  <p>
+    <a href="https://mumps-solver.org" target="_top">MUMPS</a>
+    should be readily packaged by most Linux distributions.
+    Don't forget to install a development version of the library.
+    In order for <acronym>deal.II</acronym> to use <acronym>MUMPS</acronym>,
+    you also need to have <acronym>BLAS</acronym>, <acronym>LAPACK</acronym>,
+    and <acronym>SCALAPACK</acronym> installed. Make sure that the libraries
+    used by <acronym>MUMPS</acronym> are the same as the ones used by
+    <acronym>deal.II</acronym>.
+  </p>
+
+
+  <h2>Linking with deal.II</h2>
+
+  <p>
+    Support for <acronym>MUMPS</acronym> will be enabled automatically
+    if a system wide installation of <acronym>MUMPS</acronym>
+    can be found. To use a self compiled version, specify
+  <pre>
+
+    -DMUMPS_DIR=/path/to/mumps
+      </pre> on the command line when invoking <code>cmake</code>.
+  </p>
+
+  <p>
+    You can override the autodetection by manually specifying
+  <pre>
+
+    -DDEAL_II_WITH_MUMPS=OFF|ON
+  </pre>.
+  </p>
+
+  <hr />
+  <div class="right">
+    <a href="http://validator.w3.org/check?uri=referer" target="_top">
+      <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+    <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+      <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss"
+        alt="Valid CSS!"></a>
+  </div>
+</body>
+
+</html>
index 26305f34ddadafe42dd72887578297dbd25925c6..7580570e2b14a2e57517784c98d7ff0ed2417c34 100644 (file)
@@ -464,6 +464,7 @@ DEAL_II_WITH_HDF5
 DEAL_II_WITH_LAPACK
 DEAL_II_WITH_METIS
 DEAL_II_WITH_MPI
+DEAL_II_WITH_MUMPS
 DEAL_II_WITH_MUPARSER
 DEAL_II_WITH_OPENCASCADE
 DEAL_II_WITH_P4EST
@@ -608,6 +609,7 @@ BOOST_DIR,
 HDF5_DIR,
 LAPACK_DIR (and BLAS_DIR),
 METIS_DIR,
+MUMPS_DIR (and SCALAPACK_DIR, BLACS_DIR),
 MUPARSER_DIR,
 P4EST_DIR (and SC_DIR),
 PETSC_DIR and PETSC_ARCH (forming ${PETSC_DIR}/${PETSC_ARCH}),
index 7518f7a0fc1cf1974003192406ad1d57247fcb68..5d281a61526e752b4ba6e55bd77f5f8e72679066 100644 (file)
@@ -851,6 +851,7 @@ LAPACK_WITH_64BIT_BLAS_INDICES
 DEAL_II_LAPACK_WITH_MKL
 DEAL_II_WITH_METIS
 DEAL_II_WITH_MPI
+DEAL_II_WITH_MUMPS
 DEAL_II_WITH_MUPARSER
 DEAL_II_WITH_OPENCASCADE
 DEAL_II_WITH_P4EST

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.