67 #include <material/damage/DamageModel.h> 76 Kratzig(
int tag,
double ultimatePosVal ,
double ultimateNegVal);
79 int setTrial(
const Vector &trialVector );
80 int setTrial(
void) {
return -1; }
82 int setInputResponse(
Element *elem ,
const std::vector<std::string> & ,
int ndof );
84 double getDamage(
void);
85 double getPosDamage (
void);
86 double getNegDamage (
void);
88 int commitState(
void);
89 int revertToLastCommit (
void);
90 int revertToStart (
void);
97 int setParameter(
const std::vector<std::string> &argv,
Information &eleInformation);
101 int getResponse(
int responseID,
Information &info);
105 void Print(std::ostream &s,
int flag =0);
108 void update(
void) {
return;}
112 double UltimatePosValue , UltimateNegValue;
114 double TrialInfo[10];
115 double CommitInfo[10];
116 double LastCommitInfo[10];
Float vector abstraction.
Definition: Vector.h:93
Definition: Response.h:71
int getVariable(int variableID, double &info)
Returns the value of the variable cuyo identifier being passed as parameter.
Definition: Kratzig.cpp:302
Base class for the finite elements.
Definition: Element.h:109
int sendSelf(CommParameters &)
Send the object.
Definition: Kratzig.cpp:365
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int setVariable(const std::string &argv)
Returns the identifier of the variable cuyo nombre being passed as parameter.
Definition: Kratzig.cpp:297
int recvSelf(const CommParameters &)
Receive the object.
Definition: Kratzig.cpp:369
DamageModel * getCopy(void) const
Virtual constructor.
Definition: Kratzig.cpp:281
Definition: DamageModel.h:86
int updateParameter(int responseID, Information &eleInformation)
Updates the parameter identified by parameterID with info.
Definition: Kratzig.cpp:311
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: Kratzig.cpp:374