Sebastian Keller

Results 5 issues of Sebastian Keller

## Make C++ code blocks correctly displa indentation in review mode. ![code_indent](https://user-images.githubusercontent.com/44800242/52624414-f8828000-2eae-11e9-81f5-4ab6714bd773.png) ## How can we reproduce the problem? Insert formatted C++ Code without CSS **Expected behavior: Card in review...

empty skeletons for turbulence and stirring tests

Adds support for removing particles to `domain.sync` and `domain.syncGrav`. Particles whose SFC keys are set to `removeKey::value` will be removed by calling `domain.sync`.

With CUDA 12.5, it's now definitely impossible to include `thrust/device_vector.h` in non-CUDA (`.cu`) translation units. If we want to manage GPU memory from normal `.cpp` host translation units like we...