pecos / tps

Torch Plasma Simulator
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Transfer Up to CPU before writing paraview files #16

Closed marc-85 closed 3 years ago

marc-85 commented 3 years ago

Data on the CPU wasn't being updated when running on a single GPU so the output paraview file would always write the initial solution. The CPU data (Up) is now updated before writing the output.