tclean up at end - 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 9a399cf1fed8d84d5043c0d55445c1652e922629
(DIR) parent bb71a4317cabd515effe5065fc30065c8b32d3cf
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 18 Jun 2014 09:54:18 +0200
clean up at end
Diffstat:
M tests/cfd_dirichlet_homogeneous.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/tests/cfd_dirichlet_homogeneous.py b/tests/cfd_dirichlet_homogeneous.py
t@@ -22,3 +22,4 @@ compareNumpyArraysClose(ones, py.p_f, "Conservation of pressure:",
tolerance = 1.0e-5)
compareNumpyArraysClose(zeros, py.v_f, "Flow field: ",
tolerance = 1.0e-5)
+orig.cleanup()