VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
vf::gpu::LBMSimulationParameter::EdgeNodePositions Struct Reference

#include <Parameter.h>

Public Member Functions

 EdgeNodePositions (uint indexOfProcessNeighborRecv, uint indexInRecvBuffer, uint indexOfProcessNeighborSend, uint indexInSendBuffer)
 

Public Attributes

uint indexOfProcessNeighborRecv
 
uint indexInRecvBuffer
 
uint indexOfProcessNeighborSend
 
uint indexInSendBuffer
 

Detailed Description

Definition at line 247 of file Parameter.h.

Constructor & Destructor Documentation

◆ EdgeNodePositions()

vf::gpu::LBMSimulationParameter::EdgeNodePositions::EdgeNodePositions ( uint  indexOfProcessNeighborRecv,
uint  indexInRecvBuffer,
uint  indexOfProcessNeighborSend,
uint  indexInSendBuffer 
)
inline

Definition at line 252 of file Parameter.h.

Member Data Documentation

◆ indexInRecvBuffer

uint vf::gpu::LBMSimulationParameter::EdgeNodePositions::indexInRecvBuffer

Definition at line 249 of file Parameter.h.

◆ indexInSendBuffer

uint vf::gpu::LBMSimulationParameter::EdgeNodePositions::indexInSendBuffer

Definition at line 251 of file Parameter.h.

◆ indexOfProcessNeighborRecv

uint vf::gpu::LBMSimulationParameter::EdgeNodePositions::indexOfProcessNeighborRecv

Definition at line 248 of file Parameter.h.

◆ indexOfProcessNeighborSend

uint vf::gpu::LBMSimulationParameter::EdgeNodePositions::indexOfProcessNeighborSend

Definition at line 250 of file Parameter.h.


The documentation for this struct was generated from the following file: