SG++-Doxygen-Documentation
sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage Struct Reference

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...
 

Detailed Description

Packet wrapped in a RefinementResultNetwork Message that contains additional information required when updating the system matrix.

Member Data Documentation

◆ matrixHeight

size_t sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage::matrixHeight

The new target system matrix height.

◆ matrixWidth

size_t sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage::matrixWidth

The new target system matrix width.

Referenced by sgpp::datadriven::MPIMethods::sendSystemMatrixDecomposition().

◆ offset

size_t sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage::offset

The offset from the start of the matrix to copy to.

◆ payload

unsigned char sgpp::datadriven::RefinementResultSystemMatrixNetworkMessage::payload[REFINENEMT_RESULT_PAYLOAD_SIZE - 3 *sizeof(size_t)]

The data to be copied.


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