|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
Namespaces | |
| namespace | vf |
| namespace | vf::gpu |
| namespace | vf::parallel |
Classes | |
| class | vf::gpu::GridProvider |
| class | vf::gpu::BoundaryQs |
| class | vf::gpu::BoundaryValues |
| class | vf::gpu::CoordNeighborGeoV |
| class | vf::gpu::GridReader |
| class | vf::gpu::MeasuredPoints |
| class | vf::gpu::OffsetScale |
| class | vf::gpu::GridGenerator |
| mapping the grid of grid generator to data structure for simulation More... | |
| class | vf::gpu::IndexRearrangementForStreams |
| class that is used to rearrange the arrays of node indices for communication between gpus. The rearrangement is needed for communication hiding with cuda streams More... | |
| class | vf::gpu::InterpolationCellGrouper |
| Split the interpolation cells into two groups: cells which are at the border between gpus and therefore involved in the communication between gpus, and cells which are not directly related to the communication between gpus. More... | |
Macros | |
| #define | QCOLUMNS 27 |
| #define QCOLUMNS 27 |
Definition at line 41 of file BoundaryQs.cpp.