51 #ifndef ImposedMotionSP1_h 52 #define ImposedMotionSP1_h 66 #include <domain/constraints/ImposedMotionBase.h> 85 ImposedMotionSP1(
int spTag,
int nodeTag,
int ndof,
int patternTag,
int groundMotionTag);
92 void Print(std::ostream &s,
int flag =0);
int recvData(const CommParameters &cp)
Receives object members through the channel being passed as parameter.
Definition: ImposedMotionSP1.cpp:107
Base class for prescribed displacements at the nodes.
Definition: ImposedMotionBase.h:43
bool isHomogeneous(void) const
Returns true if it's an homogeneous constraint (prescribed value for the DOF is zero).
Definition: ImposedMotionSP1.cpp:77
Prescribed value over a single degree of freedom.
Definition: ImposedMotionSP1.h:75
int sendData(CommParameters &cp)
Send object members through the channel being passed as parameter.
Definition: ImposedMotionSP1.cpp:99
void Print(std::ostream &s, int flag=0)
Printing.
Definition: ImposedMotionSP1.cpp:140
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ImposedMotionSP1.cpp:127
int applyConstraint(double loadFactor)
Applies constraint at the pseudo-time being passed as parameter.
Definition: ImposedMotionSP1.cpp:82
ImposedMotionSP1(void)
constructor for FEM_ObjectBroker
Definition: ImposedMotionSP1.cpp:68
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: ImposedMotionSP1.cpp:115