Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
07f95532
Commit
07f95532
authored
Jan 31, 2016
by
Cristian Lalescu
Browse files
add comments on work in progress
parent
50e511a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation/_static/development.rst
View file @
07f95532
...
...
@@ -57,3 +57,30 @@ Code testing
------------
Testing for :mod:`bfps` is done with ``tox``.
----------------
Work in progress
----------------
HDF5 field I/O
--------------
As you can tell from the ``todo.txt`` file, in the future the code will
use HDF5 for input/output of fields.
For now, field I/O is done with binary files, and the field data type is
stored in the parameter file.
HDF5 particle I/O
-----------------
Particle I/O seems to be very slow, no idea why.
Relevant links:
1. http://api.h5py.org/index.html
2. https://www.hdfgroup.org/ftp/HDF5/examples/python/hdf5examples-py/low_level/h5ex_d_alloc.py
Code flexibility
----------------
Version 2.0 will be designed so that new fluid equations can be coded in
from python classes, rather than as new C++ files.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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