tnew phi boundaries - 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 94c094a97a9c0074f5083eb4ede142deaa2221c8
 (DIR) parent 87dd841cbcdfa7531fa851822b0a4708f44852cb
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 24 Nov 2014 14:39:22 +0100
       
       new phi boundaries
       
       Diffstat:
         M src/darcy.cuh                       |       1 +
         M src/device.cu                       |       1 +
       
       2 files changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/darcy.cuh b/src/darcy.cuh
       t@@ -273,6 +273,7 @@ __global__ void findDarcyPorosities(
                const Float4* __restrict__ dev_x_sorted,          // in
                const Float4* __restrict__ dev_vel_sorted,        // in
                const unsigned int iteration,                     // in
       +        const unsigned int ndem,                          // in
                const unsigned int np,                            // in
                const Float c_phi,                                // in
                Float*  __restrict__ dev_darcy_phi,               // in + out
 (DIR) diff --git a/src/device.cu b/src/device.cu
       t@@ -1792,6 +1792,7 @@ __host__ void DEM::startTime()
                                    dev_x_sorted,
                                    dev_vel_sorted,
                                    iter,
       +                            darcy.ndem,
                                    np,
                                    darcy.c_phi,
                                    dev_darcy_phi,