]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Take over r30131 from mainline.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Jul 2013 13:55:58 +0000 (13:55 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Jul 2013 13:55:58 +0000 (13:55 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-8-0@30132 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/cmake-internals.html
deal.II/doc/development/cmake.html
deal.II/doc/development/cmakelists.html
deal.II/doc/development/porting.html
deal.II/doc/external-libs/arpack.html
deal.II/doc/external-libs/mumps.html
deal.II/doc/external-libs/p4est.html
deal.II/doc/license.html
deal.II/doc/news/2001/3.1.0-vs-3.2.0.html
deal.II/doc/news/6.3.0-vs-7.0.0.h
deal.II/doc/news/news.html

index cacc2e4bbe0126b59a68d3154603302eb8c9a212..e889a4ea82fcf8a319e0d214c5227065968b1d68 100644 (file)
     <hr>
 
     <address>
-      <a href="mail.html" target="body">The deal.II Group</a>
+      <a href="../mail.html" target="body">The deal.II Group</a>
       $Date$
     </address>
   </body>
index 05fe95d6e9b9c9627e625eb85589c9af404813dc..65b39f8e584769313db1c8ea8a1fcd386c676729 100644 (file)
     <hr>
 
     <address>
-      <a href="mail.html" target="body">The deal.II Group</a>
+      <a href="../mail.html" target="body">The deal.II Group</a>
       $Date$
     </address>
   </body>
index 5ebc8bc15fbb9593c94f3191416842c15e88bb7d..96f699ef4618821ebb4f21718b93b78287936f70 100644 (file)
     <hr>
 
     <address>
-      <a href="mail.html" target="body">The deal.II Group</a>
+      <a href="../mail.html" target="body">The deal.II Group</a>
       $Date$
     </address>
   </body>
index ee4d340d9018b8cd43c70c365521ce6eadc034b8..07281a23168d3e46a1329da921f57cc6d13049a0 100644 (file)
@@ -5,7 +5,7 @@
     <title>Porting deal.II</title>
     <link href="../screen.css" rel="StyleSheet" media="screen">
     <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2005, 2010, 2012 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2005, 2010, 2012, 2013 by the deal.II authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
     <meta name="keywords" content="deal.II porting">
@@ -23,7 +23,7 @@
 
       Consequently, there is a good chance that <acronym>deal.II</acronym>
       will run on a reasonably well behaved system besides the ones listed
-      in the <a href="readme.html" target="body">ReadMe</a>. Nevertheless,
+      in the <a href="../readme.html" target="body">ReadMe</a>. Nevertheless,
       there are cases where some adjustments are necessary.
     </p>
 
index ef6593db095393e34475394966e89ea09cc605d9..7cc21a72b7ab627e986a1b94e36990a5ef348261 100644 (file)
@@ -1,23 +1,23 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"                  
-         "http://www.w3.org/TR/html4/loose.dtd">                        
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+         "http://www.w3.org/TR/html4/loose.dtd">
 
-<html>                                                                          
-  <head>                            
+<html>
+  <head>
     <title>The deal.II Readme on interfacing to ARPACK</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 by the deal.II authors">
-    <meta name="date" content="$Date: 2010-05-05 (Thu, 05 May 2010) $">
+    <meta name="author" content="the deal.II authors <authors @ dealii.org>">
+    <meta name="copyright" content="Copyright (C) 2010, 2013 by the deal.II authors">
+    <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id: readme-arpack.html$">
-    <meta name="keywords" content="deal.II"> 
-  </head>                                                                      
-  <body> 
+    <meta name="keywords" content="deal.II">
+  </head>
+  <body>
+
 
-    
     <h2>Installation of <acronym>ARPACK</acronym></h2>
 
     <p>
-      <a href="http://www.caam.rice.edu/software/ARPACK/">ARPACK</a> 
+      <a href="http://www.caam.rice.edu/software/ARPACK/">ARPACK</a>
       is a collection of Fortran77 subroutines designed to solve large
       scale eigenvalue problems.
       <a href="http://www.caam.rice.edu/software/ARPACK/" target="_top">ARPACK</a>
       <li>edit <code>ARmake.inc</code></li>
       <ul>
         <li>change home to the correct directory</li>
-        <li>choose which <acronym>BLAS</acronym> and 
+        <li>choose which <acronym>BLAS</acronym> and
         <acronym>LAPACK</acronym> you would like to use</li>
       </ul>
       <li>change the file second.f in the UTIL directory</li>
-      <li>do <code>make lib</code> in the current directory 
+      <li>do <code>make lib</code> in the current directory
       to build the standard library <code>libarpack_$(PLAT).a</code>
       </li>
     </ul>
     </p>
 
     <p>
-    Try to run one of the examples and compare the output. 
-    How the output should look like is stated in the README 
+    Try to run one of the examples and compare the output.
+    How the output should look like is stated in the README
     that can be found in the <code>EXAMPLES</code> directory.
-    </p> 
+    </p>
 
     <p>
-    If that output you produced looks like it should you can 
-    proceed to comile <acronym>deal.II</acronym> with 
+    If that output you produced looks like it should you can
+    proceed to comile <acronym>deal.II</acronym> with
     <acronym>ARPACK</acronym>.
     </p>
 
 
     <hr>
     <address>
-      <a href="mail.html">The deal.II Group</a>
+      <a href="../mail.html">The deal.II Group</a>
        $Date$
     </address>
   </body>
index 6f26ade6677ca8f383ffebb6df90b4ee1a15babe..9459e54e4ee4cbd2e8d6838199e81e8934c04b3b 100644 (file)
@@ -7,7 +7,7 @@
     <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) $">
+    <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id: readme-mumps.html$">
     <meta name="keywords" content="deal.II">
   </head>
 
     <hr>
     <address>
-      <a href="mail.html">The deal.II Group</a>
+      <a href="../mail.html">The deal.II Group</a>
        $Date$
     </address>
   </body>
index 735d088210ded1c3d6b5a528c55a603304581afd..5defb7fbc5e0c37281af7638708fd1b749551c1b 100644 (file)
@@ -59,7 +59,7 @@
 
     <hr>
     <address>
-      <a href="mail.html">The deal.II Group</a>
+      <a href="../mail.html">The deal.II Group</a>
        $Date$
     </address>
   </body>
index 5470e7573f55659fa074875cda3a9101acdd7485..17c97f7dcdfdcb486f6c951a8dff8dd922103709 100644 (file)
     </p>
 
 
+    <a name="license-text"></a>
     <h3>Full license text</h3>
 
     <pre>
index 2bacdd45b24445e03fbd104add726836aa59382e..cd0b779b753666ca2c4bc229c265b0102a46333b 100644 (file)
@@ -144,9 +144,6 @@ documentation, etc</a>.
        New: There is now some support to include and use routines from the 
        <a href="http://www.cse.clrc.ac.uk/Activity/HSL" 
        target="_top">Harwell Subroutine Library</a>.
-       (See the <a href="../../readme.html#hsl" target="body">ReadMe</a>
-       file for more information on installation of HSL
-       subroutines.)
        <br>
        (WB 2001/01/30)
        </p>
@@ -156,9 +153,7 @@ documentation, etc</a>.
        existence of a Fortran 77 compiler, and sets its path, some
        compiler flags and the libraries to be linked in when mixing
        C++ and F77 in some variables in the file
-       <code>common/Make.global_options</code> (see also
-       <a href="../../development/makefiles.html" target="body">this
-       page</a>).
+       <code>common/Make.global_options</code>.
        <br>
        (WB 2000/12/30)
        </p>
@@ -602,9 +597,6 @@ documentation, etc</a>.
        <code class="class">SparseDirectMA27</code> and
        <code class="class">SparseDirectMA47</code>
        for the sparse direct solvers MA27 and MA47.
-       (See the <a href="../../readme.html#hsl" target="body">ReadMe</a>
-       file for more information on installation of HSL
-       subroutines.)
        <br>
        (WB 2001/01/30)
        </p>
index 6dc8e87c4b5ca48a570db43a0007a38994a32dac..df23b1594faca7d891e37760ddf40867465ddb47 100644 (file)
@@ -51,8 +51,7 @@ more naturally preserves consistency.
        <br>
        As a consequence, if your makefile makes any assumption on the
        location of deal.II include files or the name of the deal.II library
-       it will need to be changed. The <a
-       href="../../development/makefiles.html">sample Makefiles</a> have been
+       it will need to be changed. The sample Makefiles have been
        updated for this.
        <br>
        (WB 2010/10/25)
index bf482f2e17f6e780cab8e7f1299f9c7336cfbf76..343a1394c8397d4002d9f171cc0f6342f223618e 100644 (file)
           library that, among much other functionality, offers some
           sparse direct solvers. We have added support for an
           interface to these solvers to the library.
-          (See the <a href="../readme.html#hsl" target="body">ReadMe</a>
-          file for more information on installation of HSL
-          subroutines.)
       </dd>
 
       <dt>

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.