Iterating over fields and geometry concurrently with the openCL gas solver ?

   1192   0   0
User Avatar
Member
16 posts
Joined: Oct. 2014
Offline
Hi everyone

I was wondering if it is possible to iterate over fields and geometry at the same time using the openCL gas solver. I know it is possible in SOPs where you can merge geometry and volumes, and then get thread id's for both the voxels and points, but in DOPs you seem to be stuck on one or the other. I can't get id's for both voxels and points.

Alternatively i thought about using a SOP solver with an openCL node inside, but will the data be copied back to the CPU at each time step in this case, or will it stay in GPU memory ? If the data goes back and forth it kind of defeats the whole purpose…
  • Quick Links