61 #ifndef PathIndependentMaterial_h    62 #define PathIndependentMaterial_h    64 #include <material/uniaxial/EncapsulatedUniaxialMaterial.h>    81     double getStrainRate(
void);
    88     int revertToLastCommit(
void);    
    96     void Print(std::ostream &s, 
int flag =0) 
const;
 int commitState(void)
Commit the state of the material. 
Definition: PathIndependentMaterial.cpp:142
double getDampTangent(void) const
default operation for damping tangent is zero 
Definition: PathIndependentMaterial.cpp:122
double getTangent(void) const
Return the material tangent stiffness. 
Definition: PathIndependentMaterial.cpp:113
Communication parameters between processes. 
Definition: Communicator.h:66
int sendSelf(Communicator &)
Send the object. 
Definition: PathIndependentMaterial.cpp:160
Base class for uniaxial materials. 
Definition: UniaxialMaterial.h:93
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: PathIndependentMaterial.cpp:188
int setTrialStrain(double strain, double strainRate=0.0)
Sets the value of the trial strain. 
Definition: PathIndependentMaterial.cpp:74
int revertToStart(void)
Revert the material to its initial state. 
Definition: PathIndependentMaterial.cpp:149
double getStress(void) const
Return the material stress. 
Definition: PathIndependentMaterial.cpp:103
double getInitialTangent(void) const
Return the material initial stiffness. 
Definition: PathIndependentMaterial.cpp:132
PathIndependentMaterial(int tag=0)
Default constructor. 
Definition: PathIndependentMaterial.cpp:65
int recvSelf(const Communicator &)
Receive the object. 
Definition: PathIndependentMaterial.cpp:175
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
double getStrain(void)
Return the material strain. 
Definition: PathIndependentMaterial.cpp:84
UniaxialMaterial * getCopy(void) const
Virtual constructor. 
Definition: PathIndependentMaterial.cpp:156
Encapsulates a copy to an uniaxial material. 
Definition: EncapsulatedUniaxialMaterial.h:39
PathIndependentMaterial uses a UniaxialMaterial object to represent a path-independent uniaxial mater...
Definition: PathIndependentMaterial.h:73