29 #ifndef INTERNALPARAMSLR_H 30 #define INTERNALPARAMSLR_H 32 #include <material/uniaxial/PY/InternalParamsA.h> 46 InternalParamsLR(
const double &V= 0.0,
const double &r= 0.0,
const double &t= 0.0,
const double &yl= 0.0,
const double &yr= 0.0);
47 inline const double &yleft(
void) const
49 inline double &yleft(
void)
51 inline const double &yright(
void) const
53 inline double &yright(
void)
double vRight
right reference point
Definition: InternalParamsLR.h:42
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: InternalParamsLR.cc:36
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: InternalParamsLR.cc:44
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: InternalParamsLR.cc:66
double vLeft
left reference point
Definition: InternalParamsLR.h:41
InternalParamsLR(const double &V=0.0, const double &r=0.0, const double &t=0.0, const double &yl=0.0, const double &yr=0.0)
Constructor with data.
Definition: InternalParamsLR.cc:32
Internal parameters for a p-y material.
Definition: InternalParamsA.h:38
Communication parameters between processes.
Definition: CommParameters.h:65
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: InternalParamsLR.cc:52
================================================================================
Definition: ContinuaReprComponent.h:34
Internal parameters for a p-y material.
Definition: InternalParamsLR.h:38