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

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

Detailed Description

Packet wrapped in an UPDATE_GRID MPI_Packet, containing segmented changes for a specified class.

Member Data Documentation

◆ classIndex

size_t sgpp::datadriven::RefinementResultNetworkMessage::classIndex

◆ gridversion

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

◆ listLength

size_t sgpp::datadriven::RefinementResultNetworkMessage::listLength

The number of changes contained in this specific packet.

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

◆ payload

unsigned char sgpp::datadriven::RefinementResultNetworkMessage::payload[REFINENEMT_RESULT_PAYLOAD_SIZE]

The packet's data segment.

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

◆ updateType

RefinementResultsUpdateType sgpp::datadriven::RefinementResultNetworkMessage::updateType

The type of changes contained in this specific packet.

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


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