tadd note on Darcy solver initialization - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 987aaa57483056729f7c2a2b170c2aea56b629fa
 (DIR) parent 2dc04091730193f7b8df4263b0a00ea9f744c9c7
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed,  5 Nov 2014 15:27:33 +0100
       
       add note on Darcy solver initialization
       
       Diffstat:
         M README.rst                          |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       t@@ -14,6 +14,10 @@ See `LICENSE.txt <LICENSE.txt>`_ for more information.
        
        Important release notes
        -----------------------
       +2014-11-05: A Darcy solver has been added as an alternative to the Navier-Stokes
       +solver of the fluid phase. It can be selected with e.g. `initFluid(cfd_solver =
       +1)` in the Python module.
       +
        2014-07-28: Fluid flow is no longer simulated in a separate program. Use
        ``sphere`` with the command line argument ``-f`` or ``--fluid`` instead.