tremove temporary underrelaxation scaling - 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 6588888296ad8f7e9330985e76d83c7ff05c615d
(DIR) parent 946bd41fa7800255c8e5a2e5d80492d413f5e2f2
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 25 Feb 2015 15:44:24 +0100
remove temporary underrelaxation scaling
Diffstat:
M src/darcy.cuh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/darcy.cuh b/src/darcy.cuh
t@@ -625,7 +625,7 @@ __global__ void findDarcyPressureForce(
- rho_f*V*MAKE_FLOAT3(
devC_params.g[0],
devC_params.g[1],
- devC_params.g[2]) * 0.9;
+ devC_params.g[2]);
// Add Neumann BC at top wall
//if (i_z >= wall0_iz - 1)