55 #include <utility/matrix/Matrix.h> 56 #include <material/nD/NDAdaptorMaterial.h> 76 int indexMap(
int i)
const;
87 const Matrix &getInitialTangent(
void)
const;
89 int commitState(
void);
90 int revertToLastCommit(
void);
91 int revertToStart(
void);
95 const std::string &getType(
void)
const;
96 int getOrder(
void)
const;
98 void Print(std::ostream &s,
int flag);
BeamFiberMaterial class is a wrapper class that performs static condensation on a three-dimensional m...
Definition: BeamFiberMaterial.h:65
Float vector abstraction.
Definition: Vector.h:93
void Print(std::ostream &s, int flag)
Print stuff.
Definition: BeamFiberMaterial.cpp:351
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: BeamFiberMaterial.cpp:390
const Matrix & getTangent(void) const
Return the tangent stiffness matrix at the current trial strain.
Definition: BeamFiberMaterial.cpp:233
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: BeamFiberMaterial.cpp:360
const Vector & getStress(void) const
Returns the material stress vector at the current trial strain.
Definition: BeamFiberMaterial.cpp:213
int setTrialStrain(const Vector &strainFromElement)
Sets the value of the trial strain vector, that value used by {getStress()} and getTangent(), to be strain.
Definition: BeamFiberMaterial.cpp:123
??.
Definition: NDAdaptorMaterial.h:39
Base class for 2D and 3D materials.
Definition: NDMaterial.h:97
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
NDMaterial * getCopy(void) const
Virtual constructor.
Definition: BeamFiberMaterial.cpp:80
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: BeamFiberMaterial.cpp:376
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: BeamFiberMaterial.cpp:368