61 #include <domain/mesh/element/Element.h> 62 #include "domain/mesh/element/utils/NodePtrs.h" 63 #include <utility/matrix/Matrix.h> 64 #include <utility/matrix/Vector.h> 68 class UniaxialMaterial;
70 #define ELE_TAG_NewElement 100001 99 const Matrix &getInitialStiff(
void)
const;
102 int addLoad(
const Vector &addP);
103 int addInertiaLoadToUnbalance(
const Vector &accel);
110 void Print(std::ostream &s,
int flag =0);
Element prototype.
Definition: NewElement.h:75
int recvSelf(const CommParameters &)
Receive the object.
Definition: NewElement.cpp:178
int getNumDOF(void) const
return the number of DOF associated with the element.
Definition: NewElement.cpp:96
int revertToLastCommit(void)
Revert to the last commited state.
Definition: NewElement.cpp:122
Float vector abstraction.
Definition: Vector.h:93
Definition: Response.h:71
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis.
Definition: NewElement.cpp:190
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: NewElement.cpp:182
int update(void)
Updates the element state.
Definition: NewElement.cpp:132
Base class for the finite elements.
Definition: Element.h:109
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
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:45
int sendSelf(CommParameters &)
Send the object.
Definition: NewElement.cpp:175
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:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
void zeroLoad(void)
Zeroes the loads over the element.
Definition: NewElement.cpp:152
Definition: Parameter.h:65
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:127
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: NewElement.cpp:138