work-in-progress jacobi gpu (still broken :(

This commit is contained in:
erwin coumans
2013-03-27 19:09:23 -07:00
parent b8c32a99cb
commit 2133712207
8 changed files with 660 additions and 52 deletions

View File

@@ -37,9 +37,9 @@ public:
:useOpenCL(true),
preferredOpenCLPlatformIndex(-1),
preferredOpenCLDeviceIndex(-1),
arraySizeX(41),
arraySizeY(44),
arraySizeZ(41),
arraySizeX(1),
arraySizeY(3),
arraySizeZ(1),
m_useConcaveMesh(false),
gapX(14.3),
gapY(14.0),