Skip to content
Snippets Groups Projects
Commit f19f0b1b authored by Markus Holzer's avatar Markus Holzer
Browse files

added long description to setup file

parent b4aeb588
Branches
No related merge requests found
......@@ -17,6 +17,7 @@ It even comes with an integrated Chapman Enskog analysis based on sympy!
Common test scenarios can be set up quickly:
```python
from lbmpy.scenarios import create_channel
ch = create_channel(domain_size=(300,100, 100), force=1e-7, method="trt",
equilibrium_order=2, compressible=True,
relaxation_rates=[1.97, 1.6], optimization={'target': 'gpu'})
......
This diff is collapsed.
......@@ -62,6 +62,7 @@ setup(name='lbmpy',
version=version,
description='Code Generation for Lattice Boltzmann Methods',
long_description=readme(),
long_description_content_type="text/markdown",
author='Martin Bauer',
license='AGPLv3',
author_email='martin.bauer@fau.de',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment