29 #ifndef CorotShellMITC4_h 30 #define CorotShellMITC4_h 32 #include "ShellMITC4Base.h" 36 class ShellCorotCrdTransf3d;
MIT C4 shell element.
Definition: CorotShellMITC4.h:41
int update(void)
Update state variables.
Definition: CorotShellMITC4.cc:51
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: CorotShellMITC4.cc:74
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags de los miembros of the clase.
Definition: CorotShellMITC4.cc:67
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:43
Base class for the finite elements.
Definition: Element.h:109
CorotShellMITC4(void)
Constructor.
Definition: CorotShellMITC4.cc:35
Element * getCopy(void) const
Virtual constructor.
Definition: CorotShellMITC4.cc:47
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Base class for 3D coordinate transformation.
Definition: ShellCorotCrdTransf3d.h:39
Base class for MIT C4 shell elements.
Definition: ShellMITC4Base.h:49
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: CorotShellMITC4.cc:87