tmerge tests - 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 9b6d948786af57ec8cd8db30c4eb816f33a61b0a
(DIR) parent 9a399cf1fed8d84d5043c0d55445c1652e922629
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 18 Jun 2014 09:57:55 +0200
merge tests
Diffstat:
M tests/CMakeLists.txt | 3 ---
R tests/cfd_dirichlet_homogeneous.py… | 0
2 files changed, 0 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
t@@ -23,6 +23,3 @@ add_test(cfd_tests ${PYTHON_EXECUTABLE}
add_test(cfd_tests_neumann ${PYTHON_EXECUTABLE}
${CMAKE_CURRENT_BINARY_DIR}/cfd_tests_neumann.py)
-
-add_test(cfd_dirichlet_homogeneous ${PYTHON_EXECUTABLE}
- ${CMAKE_CURRENT_BINARY_DIR}/cfd_dirichlet_homogeneous.py)
(DIR) diff --git a/tests/cfd_dirichlet_homogeneous.py b/tests/cfd_simple.py