Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Praetorius, Simon
dune-dec
Commits
426985ea
Commit
426985ea
authored
May 03, 2017
by
Praetorius, Simon
Browse files
Update README.md
parent
43c79961
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
426985ea
...
...
@@ -75,17 +75,28 @@ cmake --build build-cmake --target examples
to build all the example problems. The
`dunecontrol`
script searches for the required
(and suggested) dune modules this library depends on. These include:
-
dune-common
-
dune-geometry
-
dune-grid
-
dune-localfunctions
-
dune-functions
-
[
dune-common
](
https://gitlab.dune-project.org/core/dune-common
)
-
[
dune-geometry
](
https://gitlab.dune-project.org/core/dune-geometry
)
-
[
dune-grid
](
https://gitlab.dune-project.org/core/dune-grid
)
-
[
dune-foamgrid
](
https://gitlab.dune-project.org/extensions/dune-foamgrid.git
)
-
[
dune-localfunctions
](
https://gitlab.dune-project.org/core/dune-localfunctions
)
-
[
dune-typetree
](
https://gitlab.dune-project.org/staging/dune-typetree
)
-
[
dune-functions
](
https://gitlab.dune-project.org/staging/dune-functions
)
(See the file
`dune.module`
for an up-to-date list of dependencies). The dune modules
can be obtained from https://gitlab.dune-project.org and need to be found in a
subdirectory of
`DUNE_CONTROL_PATH`
. See also https://dune-project.org/doc/installation
for details about the installation of dune modules.
Additionally we require the following libraries to be found:
-
[
Eigen3
](
http://eigen.tuxfamily.org
)
-
[
SuiteSparse
](
http://faculty.cse.tamu.edu/davis/suitesparse.html
)
And a compiler that supports the C++14 standard, e.g. g++ >= 4.9 and clang >= 3.6.
See also the Dokerfiles in
[
iwr/docker-images/dune-latest
](
https://gitlab.math.tu-dresden.de/iwr/docker-images
)
for a
[
docker
](
https://www.docker.com
)
container based installation.
## Documentation
Currently only a
*doxygen*
-based documentation of the source files is available.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment