SG++-Doxygen-Documentation
|
Packet wrapped in an UPDATE_GRID MPI_Packet, containing segmented changes for a specified class. More...
#include <NetworkMessageData.hpp>
Public Attributes | |
size_t | classIndex |
The index of the class to update the grid for. More... | |
size_t | gridversion |
The version of the grid to set after applying the results. More... | |
size_t | listLength |
The number of changes contained in this specific packet. More... | |
unsigned char | payload [REFINENEMT_RESULT_PAYLOAD_SIZE] |
The packet's data segment. More... | |
RefinementResultsUpdateType | updateType |
The type of changes contained in this specific packet. More... | |
Packet wrapped in an UPDATE_GRID MPI_Packet, containing segmented changes for a specified class.
size_t sgpp::datadriven::RefinementResultNetworkMessage::classIndex |
The index of the class to update the grid for.
Referenced by sgpp::datadriven::MPIMethods::receiveGridComponentsUpdate(), sgpp::datadriven::MPIMethods::sendRefinementUpdates(), and sgpp::datadriven::MPIMethods::sendSystemMatrixDecomposition().
size_t sgpp::datadriven::RefinementResultNetworkMessage::gridversion |
The version of the grid to set after applying the results.
If more segments follow, this version will be set to inconsistent.
Referenced by sgpp::datadriven::MPIMethods::receiveGridComponentsUpdate().
size_t sgpp::datadriven::RefinementResultNetworkMessage::listLength |
The number of changes contained in this specific packet.
Referenced by sgpp::datadriven::MPIMethods::receiveGridComponentsUpdate().
unsigned char sgpp::datadriven::RefinementResultNetworkMessage::payload[REFINENEMT_RESULT_PAYLOAD_SIZE] |
The packet's data segment.
Referenced by sgpp::datadriven::MPIMethods::receiveGridComponentsUpdate().
RefinementResultsUpdateType sgpp::datadriven::RefinementResultNetworkMessage::updateType |
The type of changes contained in this specific packet.
Referenced by sgpp::datadriven::MPIMethods::receiveGridComponentsUpdate().