From 293a2ddbd9d12f2f5da100832c0565c326b299ff Mon Sep 17 00:00:00 2001
From: bangerth
- Note: deal.II uses
+
+
+ Note: Since version 8.0, deal.II uses
CMake to
configure and build. For using the previous build
- system used until deal.II version 7.3, see
+ system used until deal.II version 7.3, see
the old ReadMe file.
- Installation instructions and further information
@@ -118,7 +118,7 @@
gnuplot
and a postscript viewer (for eps
) should be
@@ -186,7 +186,7 @@
/path/to/install/dir
is the directory which deal.II
should be installed into. This can be a directory in your home
directory (e.g., ~/bin/deal.II
) or a directory
- such as /usr/local
if you have root privileges.
+ such as /usr/local
if you have root privileges.
Another option is to use something like `pwd`/../installed/
(note the
backticks). Make sure the installation directory is not the same
as the location where you unpacked deal.II/.
@@ -296,7 +296,7 @@
library is compiled with compiler flags so
that the library contains information that can be used by debuggers.
-
+
In addition, this library contains a great number of safety checks on most arguments of all functions you could possibly call. @@ -309,7 +309,7 @@ name and line number of where the problem occurred.
cmake
in the build instructions above as follows:
-
+
cmake -DDEAL_II_COMPONENT_DOCUMENTATION=ON -DCMAKE_INSTALL_PREFIX=/path/install/dir ../deal.II@@ -435,7 +435,7 @@ 64bit indices: By default, deal.II use unsigned int (32bit) indices for degrees of freedom, using the
types::global_dof_index
type. This limits the number of
- unknowns to approximately four
+ unknowns to approximately four
billions. If larger problem must be solved, pass the
-DDEAL_II_WITH_64BIT_INDICES=ON
argument to
cmake
. You will not be able to solve problems of this size on
@@ -565,7 +565,7 @@
-
+
@@ -580,7 +580,7 @@
@@ -622,7 +622,7 @@
cmake
.
@@ -653,7 +653,7 @@
@@ -700,7 +700,7 @@
@@ -742,7 +742,7 @@