|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
Version of refinement: for multi-gpu simulations, with communication hiding ("streams"), only exchange the interpolated cells. More...
#include <RefinementStrategy.h>
Public Member Functions | |
| void | operator() (UpdateGrid27 *updateGrid, Parameter *para, int level) |
Version of refinement: for multi-gpu simulations, with communication hiding ("streams"), only exchange the interpolated cells.
recommended for multi-gpu simulations if the chosen collision kernel supports the use of cuda streams
Definition at line 52 of file RefinementStrategy.h.
| void vf::gpu::RefinementAndExchange_streams_exchangeInterface::operator() | ( | UpdateGrid27 * | updateGrid, |
| Parameter * | para, | ||
| int | level | ||
| ) |
steps:
Definition at line 77 of file RefinementStrategy.cpp.