From 5a0b827813af5c8291f5df8e9080fa84a4f99356 Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Mon, 25 Jan 2016 23:00:31 +0100 Subject: [PATCH] finalize script in fact, remove FluidConvert option, since I don't really need the functionality. --- bfps/__main__.py | 1 - todo.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bfps/__main__.py b/bfps/__main__.py index baa0b403..9e89964b 100644 --- a/bfps/__main__.py +++ b/bfps/__main__.py @@ -41,7 +41,6 @@ def main(): parser.add_argument( 'base_class', choices = ['NavierStokes', - 'FluidConvert', 'FluidResize'], type = str) # first option is the choice of base class or -h or -v diff --git a/todo.txt b/todo.txt index d84ce416..04aaf5db 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -(B) compute z polynomials only when needed @optimization +v1.0 +(B) compute z polynomials only when needed @optimization (B) read https://www.xsede.org/documents/271087/369161/ExtScale-Koziol.pdf @optimization @HDF5 +I/O (B) set up mechanism for adding in new PDEs @design +v2.0 +alternate_algorithms (B) tweak HDF5 settings @optimization @HDF5 +I/O -- GitLab