VM2D
1.12
Vortex methods for 2D flows simulation
|
Public Member Functions | |
CudaSorter (int npoints, const realVortex *pointsl) | |
float | calc () |
~CudaSorter () | |
Public Attributes | |
int * | pointsMortonCodesKeyl |
int * | pointsMortonCodesKeyUnsortl |
int * | pointsMortonCodesIdxl |
int * | pointsMortonCodesIdxUnsortl |
int | npoints_ |
CudaCalcGab | gab |
const realVortex * | pointsl_ |
Definition at line 130 of file wrapper.cpp.
|
inline |
Definition at line 142 of file wrapper.cpp.
|
inline |
Definition at line 164 of file wrapper.cpp.
|
inline |
Definition at line 152 of file wrapper.cpp.
CudaCalcGab BHcu::CudaSorter::gab |
Definition at line 139 of file wrapper.cpp.
int BHcu::CudaSorter::npoints_ |
Definition at line 138 of file wrapper.cpp.
const realVortex* BHcu::CudaSorter::pointsl_ |
Definition at line 140 of file wrapper.cpp.
int* BHcu::CudaSorter::pointsMortonCodesIdxl |
Definition at line 135 of file wrapper.cpp.
int* BHcu::CudaSorter::pointsMortonCodesIdxUnsortl |
Definition at line 136 of file wrapper.cpp.
int* BHcu::CudaSorter::pointsMortonCodesKeyl |
Definition at line 132 of file wrapper.cpp.
int* BHcu::CudaSorter::pointsMortonCodesKeyUnsortl |
Definition at line 133 of file wrapper.cpp.