SG++-Doxygen-Documentation
|
Packet wrapped in a RefinementResultNetwork Message that contains additional information required when updating the system matrix. More...
#include <NetworkMessageData.hpp>
Public Attributes | |
size_t | matrixHeight |
The new target system matrix height. More... | |
size_t | matrixWidth |
The new target system matrix width. More... | |
size_t | offset |
The offset from the start of the matrix to copy to. More... | |
unsigned char | payload [REFINENEMT_RESULT_PAYLOAD_SIZE - 3 *sizeof(size_t)] |
The data to be copied. More... | |
Packet wrapped in a RefinementResultNetwork Message that contains additional information required when updating the system matrix.
size_t sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage::matrixHeight |
The new target system matrix height.
size_t sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage::matrixWidth |
The new target system matrix width.
Referenced by sgpp::datadriven::MPIMethods::sendSystemMatrixDecomposition().
size_t sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage::offset |
The offset from the start of the matrix to copy to.
unsigned char sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage::payload[REFINENEMT_RESULT_PAYLOAD_SIZE - 3 *sizeof(size_t)] |
The data to be copied.