29 #ifndef PlasticLengthsBeamIntegration_h 30 #define PlasticLengthsBeamIntegration_h 32 #include "BeamIntegration.h" 53 void Print(std::ostream &,
int);
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: PlasticLengthsBeamIntegration.cc:43
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: PlasticLengthsBeamIntegration.cc:71
??.
Definition: PlasticLengthsBeamIntegration.h:39
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: PlasticLengthsBeamIntegration.cc:50
Base class for integration on beam elements.
Definition: BeamIntegration.h:73
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: PlasticLengthsBeamIntegration.cc:57