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

Message wrapped in MPI_Packet specifying an order to a worker to update a class' system matrix decomposition. More...

#include <NetworkMessageData.hpp>

Public Attributes

size_t classIndex
 The class to execute the system matrix decomposition update for. More...
 
size_t gridversion
 The new grid version to set after the update. More...
 

Detailed Description

Message wrapped in MPI_Packet specifying an order to a worker to update a class' system matrix decomposition.

Member Data Documentation

◆ classIndex

size_t sgpp::datadriven::AssignSystemMatrixUpdateNetworkMessage::classIndex

The class to execute the system matrix decomposition update for.

◆ gridversion

size_t sgpp::datadriven::AssignSystemMatrixUpdateNetworkMessage::gridversion

The new grid version to set after the update.

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


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