Communication objects
Description
Collaboration diagram for Communication objects:
Classes | |
struct | chrono::BodyExchange |
Structure of data for sending a new body to a rank. More... | |
struct | chrono::BodyUpdate |
Structure of data for sending an update of an existing body to a rank. More... | |
struct | chrono::Shape |
Structure of data for sending a collision shape to a rank. More... | |
class | chrono::ChCommDistributed |
This class holds functions for processing the system's bodies to determine when a body needs to be sent to another rank for either an update or for creation of a ghost. More... | |
Typedefs | |
typedef struct chrono::BodyExchange | chrono::BodyExchange |
Structure of data for sending a new body to a rank. | |
typedef struct chrono::BodyUpdate | chrono::BodyUpdate |
Structure of data for sending an update of an existing body to a rank. | |
typedef struct chrono::Shape | chrono::Shape |
Structure of data for sending a collision shape to a rank. More... | |
Typedef Documentation
◆ Shape
typedef struct chrono::Shape chrono::Shape |
Structure of data for sending a collision shape to a rank.
The encapsulated contact material information depends on whether or not the system uses material properties to infer contact properties.