28 #ifndef UniaxialStateVars_h 29 #define UniaxialStateVars_h 31 #include "utility/actor/actor/MovableObject.h" 51 inline const double &getStrain(
void)
const 53 inline const double &getStress(
void)
const 55 inline const double &getTangent(
void)
const 57 inline double &Strain(
void)
59 inline double &Stress(
void)
61 inline double &Tangent(
void)
64 int revertToStart(
const double &);
69 void Print(std::ostream &s,
int flag =0);
UniaxialStateVars stores values for material strain, stress and stiffness.
Definition: UniaxialStateVars.h:38
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: UniaxialStateVars.cc:43
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: UniaxialStateVars.cc:57
Object that can move between processes.
Definition: MovableObject.h:91
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: UniaxialStateVars.cc:50
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: UniaxialStateVars.cc:71
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34