58 #ifndef InvertMaterial_h 59 #define InvertMaterial_h 61 #include "material/uniaxial/EncapsulatedUniaxialMaterial.h" 80 inline double getInitialTangent(
void)
const 83 int commitState(
void);
84 int revertToLastCommit(
void);
85 int revertToStart(
void);
91 void Print(std::ostream &s,
int flag =0)
const;
96 double getStressSensitivity (
int gradIndex,
bool conditional);
97 double getStrainSensitivity (
int gradIndex);
98 double getInitialTangentSensitivity(
int gradIndex);
99 double getDampTangentSensitivity(
int gradIndex);
100 double getRhoSensitivity (
int gradIndex);
101 int commitSensitivity (
double strainGradient,
int gradIndex,
int numGrads);
InvertMaterial(int tag, UniaxialMaterial &material)
Constructor.
Definition: InvertMaterial.cc:62
Communication parameters between processes.
Definition: Communicator.h:66
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:93
double getDampTangent(void) const
default operation for damping tangent is zero
Definition: InvertMaterial.cc:87
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:44
int sendSelf(Communicator &)
Send the object.
Definition: InvertMaterial.cc:111
int setTrialStrain(double strain, double strainRate=0.0)
Sets the value of the trial strain.
Definition: InvertMaterial.cc:70
double getTangent(void) const
Return the tangent stiffness.
Definition: InvertMaterial.cc:84
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: InvertMaterial.cc:151
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: InvertMaterial.cc:136
int recvSelf(const Communicator &)
Receive the object.
Definition: InvertMaterial.cc:123
double getStress(void) const
Return the material stress.
Definition: InvertMaterial.cc:80
int setParameter(const std::vector< std::string > &, Parameter &)
Sets the value param to the parameter argv.
Definition: InvertMaterial.cc:142
const UniaxialMaterial * getMaterial(void) const
Return a pointer to the encapsulated material.
Definition: EncapsulatedUniaxialMaterial.h:49
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
UniaxialMaterial * getCopy(void) const
Virtual constructor.
Definition: InvertMaterial.cc:99
Parameter.
Definition: Parameter.h:68
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: InvertMaterial.cc:104
Encapsulates a copy to an uniaxial material.
Definition: EncapsulatedUniaxialMaterial.h:39
Removes negative part of the stress-strain diagram.
Definition: InvertMaterial.h:66