30 #ifndef INTERNALPARAMSLR_H 31 #define INTERNALPARAMSLR_H 33 #include "InternalParamsA.h" 48 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);
49 inline const double &yleft(
void)
const 51 inline double &yleft(
void)
53 inline const double &yright(
void)
const 55 inline double &yright(
void)
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
Communication parameters between processes.
Definition: Communicator.h:66
Internal parameters for a p-y material.
Definition: InternalParamsLR.h:40
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: InternalParamsLR.cc:66
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: InternalParamsLR.cc:52
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: InternalParamsLR.cc:44
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: InternalParamsLR.cc:36
double vRight
right reference point
Definition: InternalParamsLR.h:44
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Internal parameters for the Gap (Drag + Closure).
Definition: InternalParamsA.h:39
double vLeft
left reference point
Definition: InternalParamsLR.h:43