67 #include <utility/handler/ErrorHandler.h> 68 #include <material/damage/DamageModel.h> 77 Kratzig(
int tag,
double ultimatePosVal ,
double ultimateNegVal);
80 int setTrial(
const Vector &trialVector );
81 int setTrial(
void) {
return -1; }
83 int setInputResponse(
Element *elem ,
const std::vector<std::string> & ,
int ndof );
85 double getDamage(
void);
86 double getPosDamage (
void);
87 double getNegDamage (
void);
89 int commitState(
void);
90 int revertToLastCommit (
void);
91 int revertToStart (
void);
98 int setParameter(
const std::vector<std::string> &argv,
Information &eleInformation);
99 int updateParameter(
int responseID,
Information &eleInformation);
102 int getResponse(
int responseID,
Information &info);
106 void Print(std::ostream &s,
int flag =0);
109 void update(
void) {
return;}
113 double UltimatePosValue , UltimateNegValue;
115 double TrialInfo[10];
116 double CommitInfo[10];
117 double LastCommitInfo[10];
DamageModel * getCopy(void) const
Virtual constructor.
Definition: Kratzig.cpp:281
Definition: DamageModel.h:87
int setVariable(const std::string &argv)
Returns the identificador de la variable cuyo nombre being passed as parameter.
Definition: Kratzig.cpp:297
Base calass for the finite elements.
Definition: Element.h:104
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: Kratzig.cpp:374
Definition: Response.h:71
int getVariable(int variableID, double &info)
Returns the valor de la variable cuyo identificador being passed as parameter.
Definition: Kratzig.cpp:302