62 #include <domain/mesh/element/Element.h> 63 #include "domain/mesh/element/utils/NodePtrs.h" 64 #include <utility/matrix/Matrix.h> 65 #include <utility/matrix/Vector.h> 69 class UniaxialMaterial;
71 #define ELE_TAG_NewElement 100001 100 const Matrix &getInitialStiff(
void)
const;
103 int addLoad(
const Vector &addP);
104 int addInertiaLoadToUnbalance(
const Vector &accel);
111 void Print(std::ostream &s,
int flag =0)
const;
Element prototype.
Definition: NewElement.h:76
int getNumDOF(void) const
return the number of DOF associated with the element.
Definition: NewElement.cpp:96
int revertToLastCommit(void)
Revert to the last committed state.
Definition: NewElement.cpp:122
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
Base class response objects.
Definition: Response.h:81
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: NewElement.cpp:182
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis.
Definition: NewElement.cpp:190
int update(void)
Updates the element state.
Definition: NewElement.cpp:132
Base class for the finite elements.
Definition: Element.h:112
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element.
Definition: NewElement.cpp:167
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces.
Definition: NewElement.cpp:171
int commitState(void)
Commit the current element state.
Definition: NewElement.cpp:108
int recvSelf(const Communicator &)
Receive the object.
Definition: NewElement.cpp:178
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: NewElement.cpp:100
Response * setResponse(const std::vector< std::string > &argv, Information &eleInfo)
setResponse() is a method invoked to determine if the element will respond to a request for a certain...
Definition: NewElement.cpp:186
Node pointer container for elements.
Definition: NodePtrsWithIDs.h:46
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: NewElement.cpp:198
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
void zeroLoad(void)
Zeroes the loads over the element.
Definition: NewElement.cpp:152
Parameter.
Definition: Parameter.h:68
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: NewElement.cpp:194
int revertToStart(void)
Reverts the element to its initial state.
Definition: NewElement.cpp:129
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:117
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: NewElement.cpp:138
int sendSelf(Communicator &)
Send the object.
Definition: NewElement.cpp:175