Skip to content
Snippets Groups Projects
Commit f83a1939 authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

add another todo item

parent 509ebcfe
No related branches found
No related tags found
No related merge requests found
Big Field and Particle Simulator Big Fluid and Particle Simulator
================================ ================================
At the moment, this code is meant to run pseudospectral DNS of 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 ...@@ -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 * complex field IO should be space efficient (i.e. don't write modes
that are 0 due to dealiasing scheme) that are 0 due to dealiasing scheme)
* make templates work for `double` as well, and python wrappers
should control precision.
...@@ -84,7 +84,7 @@ setup( ...@@ -84,7 +84,7 @@ setup(
######################################################################## ########################################################################
# useless stuff folows # useless stuff folows
######################################################################## ########################################################################
description = 'Big Fluid and Particle Solver', description = 'Big Fluid and Particle Simulator',
long_description = open('README.rst', 'r').read(), long_description = open('README.rst', 'r').read(),
author = AUTHOR, author = AUTHOR,
author_email = AUTHOR_EMAIL, author_email = AUTHOR_EMAIL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment