|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <vector>#include "Cuda/CudaMemoryManager.h"#include "Calculation/Calculation.h"#include "Cuda/CudaStreamManager.h"#include "Parameter/Parameter.h"#include "Kernel/AdvectionDiffusionKernel.h"Go to the source code of this file.
Classes | |
| class | vf::gpu::UpdateGrid27 |
Namespaces | |
| namespace | vf |
| namespace | vf::parallel |
| namespace | vf::gpu |
Typedefs | |
| using | vf::gpu::CollisionStrategy = std::function< void(UpdateGrid27 *updateGrid, Parameter *para, int level, unsigned int t)> |
| using | vf::gpu::RefinementStrategy = std::function< void(UpdateGrid27 *updateGrid, Parameter *para, int level)> |