walberla::pe::communication::RigidBodyMigrationNotification Class Reference

Detailed Description

Wrapper class for rigid body migration notifications.

The RigidBodyMigrationNotification class is a wrapper class for marshaling and unmarshaling rigid body migration notifications. When receiving a migration notification this indicates that a body migrates from the sending neighbor to the local process and the local process takes over ownership of the body. Migration notices may only be sent if the new owner already obtained a shadow copy previously. They may also only be sent by a neighboring process.

#include <RigidBodyMigrationNotification.h>

Classes

struct  Parameters
 

Public Member Functions

 RigidBodyMigrationNotification (const RigidBody &b)
 

Public Attributes

const RigidBodybody_
 

Constructor & Destructor Documentation

◆ RigidBodyMigrationNotification()

walberla::pe::communication::RigidBodyMigrationNotification::RigidBodyMigrationNotification ( const RigidBody b)
inlineexplicit

Member Data Documentation

◆ body_

const RigidBody& walberla::pe::communication::RigidBodyMigrationNotification::body_

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