SCIInstitute / SCI-Solver_FEM

SCI-Solver_FEM is a C++/CUDA library written to solve an FEM linear system. It is designed to solve the FEM system quickly by using GPU hardware.
MIT License
89 stars 28 forks source link

Limit the threads per block in the proper place #4

Closed brigb123 closed 9 years ago

brigb123 commented 9 years ago

Clamping the threads after levels are created destroys the calculation of the problem, even if cuda doesn't have an error. The number of threads is important to accurate results.

brigb123 commented 9 years ago

fixed here f50fd1b720bbfc85837185e0854f270524b9ef17