29 #ifndef ShellLinearCrdTransf3d_h 30 #define ShellLinearCrdTransf3d_h 32 #include "ShellCrdTransf3dBase.h" int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ShellLinearCrdTransf3d.cc:194
ShellLinearCrdTransf3d(void)
Default constructor.
Definition: ShellLinearCrdTransf3d.cc:40
virtual int revertToStart(void)
Returns to the initial state.
Definition: ShellLinearCrdTransf3d.cc:139
const Vector & local_to_global_resisting_force(const Vector &pl) const
Returs the load vector in global coordinates.
Definition: ShellLinearCrdTransf3d.cc:155
virtual Vector getBasicTrialVel(const int &) const
Returns the vector de velocidades expresado en el sistema básico.
Definition: ShellLinearCrdTransf3d.cc:147
int sendSelf(CommParameters &)
Envia el objeto through the channel being passed as parameter.
Definition: ShellLinearCrdTransf3d.cc:180
virtual int initialize(const NodePtrs &)
Sets the transformation from the positions of the nodes.
Definition: ShellLinearCrdTransf3d.cc:58
virtual ShellCrdTransf3dBase * getCopy(void) const
Virtual constructor.
Definition: ShellLinearCrdTransf3d.cc:54
Pointers to nodes.
Definition: NodePtrs.h:54
const Matrix & local_to_global_stiff_matrix(const Matrix &kl) const
Returns the stiffenes matrix in global coordinates.
Definition: ShellLinearCrdTransf3d.cc:166
Base class for small displacement 3D coordinate transformations.
Definition: ShellLinearCrdTransf3d.h:41
virtual Vector getBasicTrialDisp(const int &) const
Returns the vector de desplazamientos expresado en el sistema básico.
Definition: ShellLinearCrdTransf3d.cc:143
virtual int commitState(void)
Commits state (normally after convergence is achieved).
Definition: ShellLinearCrdTransf3d.cc:129
virtual const Vector & getGlobalResistingForce(const Vector &p0) const
Returns the load vector expresado en el sistema global of the element.
Definition: ShellLinearCrdTransf3d.cc:176
virtual Vector getBasicTrialAccel(const int &) const
Returns the vector de aceleraciones expresado en el sistema básico.
Definition: ShellLinearCrdTransf3d.cc:151
virtual int revertToLastCommit(void)
Returns to the las commited state.
Definition: ShellLinearCrdTransf3d.cc:134
Communication parameters between processes.
Definition: CommParameters.h:65
virtual int update(void)
Updates the transformation.
Definition: ShellLinearCrdTransf3d.cc:125
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for 3D coordinate transformations.
Definition: ShellCrdTransf3dBase.h:48