|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include "CollisionStrategy.h"#include "Cuda/CudaStreamManager.h"#include "Parameter/Parameter.h"#include <logger/Logger.h>Go to the source code of this file.
Namespaces | |
| namespace | vf |
| namespace | vf::gpu |
Functions | |
| std::function< void(UpdateGrid27 *updateGrid, Parameter *para, int level, unsigned int t)> | vf::gpu::getFunctionForCollisionAndExchange (const bool useStreams, const int numberOfMpiProcesses, const bool kernelNeedsFluidNodeIndicesToRun) |
| get a function which performs the collision operator and performs the communication between gpus/ processes | |