tlong neumann test - 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 6985cb64fb0ffd0b5c9376ccd8ee4b2f05183bcf
 (DIR) parent b0b0cafdb49bcd518539b3777f4671b94fe2e3c0
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 22 Oct 2014 15:36:11 +0200
       
       long neumann test
       
       Diffstat:
         M tests/cfd_tests_neumann.py          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/tests/cfd_tests_neumann.py b/tests/cfd_tests_neumann.py
       t@@ -48,9 +48,9 @@ orig.cleanup()
        orig.defineWorldBoundaries([0.3, 0.3, 0.3], dx = 0.1)
        #orig.g[2] = -10.0
        orig.initFluid(mu = 8.9e-4)
       -#orig.initTemporal(total = 0.05, file_dt = 0.005, dt = 1.0e-4)
       +orig.initTemporal(total = 0.05, file_dt = 0.005, dt = 1.0e-4)
        #orig.initTemporal(total = 1.0e-2, file_dt = 1.0e-4, dt = 1.0e-4)
       -orig.initTemporal(total = 1.0e-3, file_dt = 1.0e-4, dt = 1.0e-4)
       +#orig.initTemporal(total = 1.0e-3, file_dt = 1.0e-4, dt = 1.0e-4)
        #print(orig.largestFluidTimeStep())
        #orig.initTemporal(total = orig.largestFluidTimeStep()*10.0,
                #file_dt = orig.largestFluidTimeStep(),