VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
vf::gpu::CollisionAndExchange_noStreams_oldKernel Class Reference

Version of collision: for multi-gpu simulations, without communication hiding ("streams"), for old kernels. More...

#include <CollisionStrategy.h>

Public Member Functions

void operator() (UpdateGrid27 *updateGrid, Parameter *para, int level, unsigned int t)
 

Detailed Description

Version of collision: for multi-gpu simulations, without communication hiding ("streams"), for old kernels.

the only options for old kernel

Definition at line 56 of file CollisionStrategy.h.

Member Function Documentation

◆ operator()()

void vf::gpu::CollisionAndExchange_noStreams_oldKernel::operator() ( UpdateGrid27 updateGrid,
Parameter para,
int  level,
unsigned int  t 
)

steps:

  1. run collision
  1. exchange information between GPUs

Definition at line 89 of file CollisisionStrategy.cpp.


The documentation for this class was generated from the following files: