30 #ifndef ShellLinearCrdTransf3d_h 31 #define ShellLinearCrdTransf3d_h 33 #include "ShellCrdTransf3dBase.h" Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
virtual Vector getBasicTrialAccel(const int &) const
Returns the accelerations vector expressed on the basic system.
Definition: ShellLinearCrdTransf3d.cc:152
virtual Vector getBasicTrialDisp(const int &) const
Returns the displacements vector expressed on the basic system.
Definition: ShellLinearCrdTransf3d.cc:144
virtual int update(void)
Updates the transformation.
Definition: ShellLinearCrdTransf3d.cc:126
virtual int initialize(const NodePtrs &)
Sets the transformation from the positions of the nodes.
Definition: ShellLinearCrdTransf3d.cc:59
virtual int revertToStart(void)
Returns to the initial state.
Definition: ShellLinearCrdTransf3d.cc:140
Base class for 3D coordinate transformations.
Definition: ShellCrdTransf3dBase.h:49
Element pointers to nodes.
Definition: NodePtrs.h:60
virtual Vector getBasicTrialVel(const int &) const
Returns the velocities vector expressed on the basic system.
Definition: ShellLinearCrdTransf3d.cc:148
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: ShellLinearCrdTransf3d.cc:173
Base class for small displacement 3D coordinate transformations.
Definition: ShellLinearCrdTransf3d.h:42
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual ShellCrdTransf3dBase * getCopy(void) const
Virtual constructor.
Definition: ShellLinearCrdTransf3d.cc:55
ShellLinearCrdTransf3d(void)
Default constructor.
Definition: ShellLinearCrdTransf3d.cc:41
int sendSelf(Communicator &)
Send the object through the communicator argument.
Definition: ShellLinearCrdTransf3d.cc:158
virtual int revertToLastCommit(void)
Returns to the las committed state.
Definition: ShellLinearCrdTransf3d.cc:135
virtual int commitState(void)
Commits state (normally after convergence is achieved).
Definition: ShellLinearCrdTransf3d.cc:130