Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maja Warlich
lbmpy
Commits
1db4595f
Commit
1db4595f
authored
Aug 06, 2020
by
Markus Holzer
Browse files
Updated ReadMe with new links
parent
0e57aea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1db4595f
...
...
@@ -2,9 +2,9 @@ lbmpy
=====
[

](https://mybinder.org/v2/gh/mabau/lbmpy/master?filepath=doc%2Fnotebooks)
[

](http://pycodegen.pages.
walberla.net
/lbmpy)
[

](http://pycodegen.pages.
i10git.cs.fau.de
/lbmpy)
[

](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master)
[

](http://pycodegen.pages.
walberla.net
/lbmpy/coverage_report)
[

](http://pycodegen.pages.
i10git.cs.fau.de
/lbmpy/coverage_report)
Run fast fluid simulations based on the lattice Boltzmann method in Python on CPUs and GPUs.
...
...
@@ -39,7 +39,7 @@ pip install lbmpy[interactive]
Without
`[interactive]`
you get a minimal version with very little dependencies.
All options:
-
`gpu`
: use this if
nVidia
GPU is available and CUDA is installed
-
`gpu`
: use this if
a NVIDIA
GPU is available and CUDA is installed
-
`opencl`
: use this to enable the target
`opencl`
(execution using OpenCL)
-
`alltrafos`
: pulls in additional dependencies for loop simplification e.g. libisl
-
`interactive`
: installs dependencies to work in Jupyter including image I/O, plotting etc.
...
...
@@ -53,5 +53,5 @@ pip install lbmpy[interactive,gpu,doc]
Documentation
-------------
Read the docs
[
here
](
http://pycodegen.pages.
walberla.net
/lbmpy
)
and
Read the docs
[
here
](
http://pycodegen.pages.
i10git.cs.fau.de
/lbmpy
)
and
check out the Jupyter notebooks in
`doc/notebooks`
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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