dbeurle / neon

A finite element code
Other
10 stars 8 forks source link

Setup GPU device selection logic in input file #134

Closed dbeurle closed 5 years ago

dbeurle commented 5 years ago

This PR will enable the computational device selection when using OpenCL and CUDA accelerated solvers. Further testing is required for the OpenCL devices as this cannot be easily enabled in the CI (although help appreciated!). The documentation is finalised and the default behaviour is to use the CPU backend.

Closes #113