29 #ifndef ShellLinearCrdTransf3d_h 30 #define ShellLinearCrdTransf3d_h 32 #include "ShellCrdTransf3dBase.h" Float vector abstraction.
Definition: Vector.h:93
virtual const Vector & getGlobalResistingForce(const Vector &p0) const
Returns the load vector expresado en el sistema global of the element.
Definition: ShellLinearCrdTransf3d.cc:177
virtual Vector getBasicTrialAccel(const int &) const
Returns the accelerations vector expressed on the basic system.
Definition: ShellLinearCrdTransf3d.cc:151
virtual Vector getBasicTrialDisp(const int &) const
Returns the displacements vector expressed on the basic system.
Definition: ShellLinearCrdTransf3d.cc:143
const Vector & local_to_global_resisting_force(const Vector &pl) const
Returs the load vector in global coordinates.
Definition: ShellLinearCrdTransf3d.cc:155
virtual int update(void)
Updates the transformation.
Definition: ShellLinearCrdTransf3d.cc:125
virtual int initialize(const NodePtrs &)
Sets the transformation from the positions of the nodes.
Definition: ShellLinearCrdTransf3d.cc:58
virtual int revertToStart(void)
Returns to the initial state.
Definition: ShellLinearCrdTransf3d.cc:139
Base class for 3D coordinate transformations.
Definition: ShellCrdTransf3dBase.h:48
Pointers to nodes.
Definition: NodePtrs.h:59
virtual Vector getBasicTrialVel(const int &) const
Returns the velocities vector expressed on the basic system.
Definition: ShellLinearCrdTransf3d.cc:147
Base class for small displacement 3D coordinate transformations.
Definition: ShellLinearCrdTransf3d.h:41
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int sendSelf(CommParameters &)
Send the object through the channel being passed as parameter.
Definition: ShellLinearCrdTransf3d.cc:181
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
virtual ShellCrdTransf3dBase * getCopy(void) const
Virtual constructor.
Definition: ShellLinearCrdTransf3d.cc:54
ShellLinearCrdTransf3d(void)
Default constructor.
Definition: ShellLinearCrdTransf3d.cc:40
const Matrix & local_to_global_stiff_matrix(const Matrix &kl) const
Returns the stiffness matrix in global coordinates.
Definition: ShellLinearCrdTransf3d.cc:166
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ShellLinearCrdTransf3d.cc:195
virtual int revertToLastCommit(void)
Returns to the las commited state.
Definition: ShellLinearCrdTransf3d.cc:134
virtual int commitState(void)
Commits state (normally after convergence is achieved).
Definition: ShellLinearCrdTransf3d.cc:129