55 #ifndef PLANE_STRESS_MATERIAL_H 56 #define PLANE_STRESS_MATERIAL_H 59 #include "material/nD/NDAdaptorMaterial.h" 77 int indexMap(
int i)
const;
91 int getOrder(
void)
const;
94 const std::string &getType(
void)
const;
97 int commitState(
void);
100 int revertToLastCommit(
void);
103 int revertToStart(
void);
115 void Print( std::ostream &s,
int flag );
Float vector abstraction.
Definition: Vector.h:93
void Print(std::ostream &s, int flag)
Print stuff.
Definition: PlaneStressMaterial.cpp:327
NDMaterial * getCopy(void) const
Virtual constructor.
Definition: PlaneStressMaterial.cpp:86
Material for plane stress problems.
Definition: PlaneStressMaterial.h:65
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: PlaneStressMaterial.cpp:339
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: PlaneStressMaterial.cpp:347
??.
Definition: NDAdaptorMaterial.h:39
Base class for 2D and 3D materials.
Definition: NDMaterial.h:97
const Matrix & getTangent(void) const
Return the tangent stiffness matrix at the current trial strain.
Definition: PlaneStressMaterial.cpp:257
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
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: PlaneStressMaterial.cpp:355
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: PlaneStressMaterial.cpp:369
const Vector & getStress(void) const
Returns the material stress vector at the current trial strain.
Definition: PlaneStressMaterial.cpp:233
PlaneStressMaterial(int tag=0)
Constructor.
Definition: PlaneStressMaterial.cpp:71
int setTrialStrain(const Vector &strainFromElement)
Sets the value of the trial strain vector, that value used by {getStress()} and getTangent(), to be strain.
Definition: PlaneStressMaterial.cpp:135