|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
Public Attributes | |
| std::vector< uint > | sendIndices = { 10, 11, 12, 13, 14, 15, 16 } |
| const int | level = 0 |
| const int | direction = communication_directions::MX |
| const int | numberOfProcessNeighbors = 1 |
| const int | indexOfProcessNeighbor = 0 |
| std::vector< uint > | interpolationCellCoarseToFineCoarse = { 8, 10, 12 } |
| std::vector< uint > | interpolationCellFineToCoarseCoarse = { 14, 16, 18 } |
| const uint | numNodesCtoF = (uint)interpolationCellCoarseToFineCoarse.size() |
| const uint | numNodesFtoC = (uint)interpolationCellFineToCoarseCoarse.size() |
| uint | neighborX [18] = { 0u } |
| uint | neighborY [18] = { 0u } |
| uint | neighborZ [18] = { 0u } |
| std::vector< uint > | sendIndicesForCommAfterFtoCPositions |
| const std::vector< uint > | sendIndicesForCommAfterFtoCPositions_expected = { 0, 2, 4, 6 } |
| const std::vector< uint > | sendProcessNeighborX_expected = { 10, 12, 14, 16, 11, 13, 15 } |
| const int | numberOfSendNodesAfterFtoC_expected = (int)sendIndicesForCommAfterFtoCPositions_expected.size() |
Definition at line 127 of file IndexRearrangementForStreamsTest.cpp.
| const int vf::gpu::SendIndicesForCommAfterFtoCX::direction = communication_directions::MX |
Definition at line 131 of file IndexRearrangementForStreamsTest.cpp.
Definition at line 133 of file IndexRearrangementForStreamsTest.cpp.
| std::vector<uint> vf::gpu::SendIndicesForCommAfterFtoCX::interpolationCellCoarseToFineCoarse = { 8, 10, 12 } |
Definition at line 135 of file IndexRearrangementForStreamsTest.cpp.
| std::vector<uint> vf::gpu::SendIndicesForCommAfterFtoCX::interpolationCellFineToCoarseCoarse = { 14, 16, 18 } |
Definition at line 136 of file IndexRearrangementForStreamsTest.cpp.
Definition at line 130 of file IndexRearrangementForStreamsTest.cpp.
| uint vf::gpu::SendIndicesForCommAfterFtoCX::neighborX[18] = { 0u } |
Definition at line 139 of file IndexRearrangementForStreamsTest.cpp.
| uint vf::gpu::SendIndicesForCommAfterFtoCX::neighborY[18] = { 0u } |
Definition at line 140 of file IndexRearrangementForStreamsTest.cpp.
| uint vf::gpu::SendIndicesForCommAfterFtoCX::neighborZ[18] = { 0u } |
Definition at line 141 of file IndexRearrangementForStreamsTest.cpp.
Definition at line 132 of file IndexRearrangementForStreamsTest.cpp.
| const int vf::gpu::SendIndicesForCommAfterFtoCX::numberOfSendNodesAfterFtoC_expected = (int)sendIndicesForCommAfterFtoCPositions_expected.size() |
Definition at line 149 of file IndexRearrangementForStreamsTest.cpp.
| const uint vf::gpu::SendIndicesForCommAfterFtoCX::numNodesCtoF = (uint)interpolationCellCoarseToFineCoarse.size() |
Definition at line 137 of file IndexRearrangementForStreamsTest.cpp.
| const uint vf::gpu::SendIndicesForCommAfterFtoCX::numNodesFtoC = (uint)interpolationCellFineToCoarseCoarse.size() |
Definition at line 138 of file IndexRearrangementForStreamsTest.cpp.
| std::vector<uint> vf::gpu::SendIndicesForCommAfterFtoCX::sendIndices = { 10, 11, 12, 13, 14, 15, 16 } |
Definition at line 129 of file IndexRearrangementForStreamsTest.cpp.
| std::vector<uint> vf::gpu::SendIndicesForCommAfterFtoCX::sendIndicesForCommAfterFtoCPositions |
Definition at line 144 of file IndexRearrangementForStreamsTest.cpp.
| const std::vector<uint> vf::gpu::SendIndicesForCommAfterFtoCX::sendIndicesForCommAfterFtoCPositions_expected = { 0, 2, 4, 6 } |
Definition at line 147 of file IndexRearrangementForStreamsTest.cpp.
| const std::vector<uint> vf::gpu::SendIndicesForCommAfterFtoCX::sendProcessNeighborX_expected = { 10, 12, 14, 16, 11, 13, 15 } |
Definition at line 148 of file IndexRearrangementForStreamsTest.cpp.