]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update documentation
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 13 Jul 2013 12:39:05 +0000 (12:39 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 13 Jul 2013 12:39:05 +0000 (12:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@29995 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/TODO.CMAKE [deleted file]
deal.II/doc/external-libs/mumps.html
deal.II/doc/external-libs/p4est.html

diff --git a/deal.II/cmake/TODO.CMAKE b/deal.II/cmake/TODO.CMAKE
deleted file mode 100644 (file)
index 944e639..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Some last bits and thoughts:
-
-* A TECPLOT feature has to be written
-
-* Support debug;optimized;general for all FEATURES
-
-* document that we no longer need the two-lib installation of p4est
index ad74a1e469f81f17a19a3298a259ab7b035d9a2d..6f26ade6677ca8f383ffebb6df90b4ee1a15babe 100644 (file)
@@ -3,8 +3,8 @@
 
 <html>
   <head>
-    <title>The deal.II Readme on interfacing to PETSc and Trilinos</title>
-    <link href="screen.css" rel="StyleSheet">
+    <title>The deal.II Readme on interfacing to MUMPS</title>
+    <link href="../screen.css" rel="StyleSheet">
     <meta name="author" content="the deal.II authors <authors @ dealii.org>">
     <meta name="copyright" content="Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors">
     <meta name="date" content="$Date: 2010-05-05 (Thu, 05 May 2010) $">
     <p>
       You can override the autodetection by manually specifying
       <pre>
+
     -DDEAL_II_WITH_MUMPS=OFF|ON
       </pre>.
     </p>
index 6f24b8d7d86697c6ecac8d8e89b5d687d13b7a85..735d088210ded1c3d6b5a528c55a603304581afd 100644 (file)
@@ -2,8 +2,8 @@
    "http://www.w3.org/TR/REC-html40/frameset.dtd">
 <html>
   <head>
-    <link href="../screen.css" rel="StyleSheet" media="screen">
-    <title>The deal.II Readme</title>
+    <title>The deal.II Readme on interfacing to p4est</title>
+    <link href="../screen.css" rel="StyleSheet">
     <meta name="author" content="the deal.II authors <authors@dealii.org>">
     <meta name="keywords" content="deal.II">
   </head>
 
     <p>
       You need to install p4est before deal.II. To do so, you can
-      download it
-      from <a href="http://www.p4est.org/" target="_top">here</a>, copy it to
-      a fresh directory into which you should also copy
-      the <a href="p4est-setup.sh">p4est-setup.sh script</a> (the one
-      from this link, not one you may have gotten from the p4est webpage). Then
-      call the script as follows:
-      <code>
-       <pre>
-         ./p4est-setup.sh p4est-x-y-z.tar.gz /path/to/installation
-       </pre>
-      </code>
+      download it from <a href="http://www.p4est.org/" target="_top">here</a>.
+      You can either choose to manually compile and install p4est (as
+      explained in documentation of p4est), or alternatively use
+      <a href="p4est-setup.sh">a script</a> that will automatically compile
+      and install a debug and optimized version of p4est.
+
+    </p>
+
+    <p>
+      If you want to use the script, copy the tarball to a fresh directory
+      together with the <a href="p4est-setup.sh">p4est-setup.sh script</a>
+      (the one from this link, not one you may have gotten from the p4est
+      webpage). Then call the script as follows:
+      <pre>
+
+    ./p4est-setup.sh p4est-x-y-z.tar.gz /path/to/installation
+      </pre>
       where <code>p4est-x-y-z.tar.gz</code> is the name of the p4est
       distribution file, and <code>/path/to/installation</code> is a
       directory into which you want to install p4est.
     </p>
 
     <p>
-      After this, you need to configure <acronym>deal.II</acronym>
-      using a line like
-      <code>
-       <pre>
+      In both cases, you can configure <acronym>deal.II</acronym> using a
+      line like
+      <pre>
 
     cmake -DP4EST_DIR=/path/to/installation -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON <...>
-       </pre>
-      </code>
-      Obviously, you can also add additional flags to
-      <code>cmake</code> as described in the general <a
-      href="../readme.html">ReadMe file</a>.
+      </pre>
+      if the p4est library isn't picked up automatically. Obviously, you
+      can also add additional flags to <code>cmake</code> as described in
+      the general <a href="../readme.html">ReadMe file</a>.
     </p>
 
     <hr>

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.