diff --git a/README.rst b/README.rst index ad208720d1c29516ed35531bfee10e6edf0bbb4c..35615b51636523029ba9c4e0cc56b26a16c22453 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Big Field and Particle Simulator +Big Fluid and Particle Simulator ================================ At the moment, this code is meant to run pseudospectral DNS of @@ -18,3 +18,6 @@ randomly ordered list of stuff that needs to be done * complex field IO should be space efficient (i.e. don't write modes that are 0 due to dealiasing scheme) + + * make templates work for `double` as well, and python wrappers + should control precision. diff --git a/setup.py b/setup.py index 6d4678015ca45e83511873eb275076f90c7b0ce6..ad9083f79c5780741b3f47db788969cfb6497b76 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ setup( ######################################################################## # useless stuff folows ######################################################################## - description = 'Big Fluid and Particle Solver', + description = 'Big Fluid and Particle Simulator', long_description = open('README.rst', 'r').read(), author = AUTHOR, author_email = AUTHOR_EMAIL,