I have an implementation of Finite Strip Method, but sometimes my computer get slow to solve some problem with a lot of degrees of freedom. Since I have a GPU, GeForce® GTX 1060 6Gb, I would like to use its cores to run my code in parallel. Does anyone know any source of information that could explain how to implement parallel pool using the GPU cores?