more work towards GPU Jacobi solver.
Not fully working yet, GPU version shows explosion at high iteration count.
This commit is contained in:
@@ -37,9 +37,9 @@ public:
|
||||
:useOpenCL(true),
|
||||
preferredOpenCLPlatformIndex(-1),
|
||||
preferredOpenCLDeviceIndex(-1),
|
||||
arraySizeX(1),
|
||||
arraySizeY(3),
|
||||
arraySizeZ(1),
|
||||
arraySizeX(10),
|
||||
arraySizeY(20),
|
||||
arraySizeZ(10),
|
||||
m_useConcaveMesh(false),
|
||||
gapX(14.3),
|
||||
gapY(14.0),
|
||||
|
||||
Reference in New Issue
Block a user