NeoPZ
TPZPlasticBase.cpp
Go to the documentation of this file.
1 /*
2  * File: TPZPlasticBase.cpp
3  * Author: quinelato
4  *
5  * Created on 30 de Outubro de 2017, 09:32
6  */
7 
8 #include "TPZPlasticBase.h"
9 
11  return Hash("TPZPlasticBase");
12 }
13 
15 
16 }
17 
19  return 1;
20 }
21 
23  auto state = this->GetState();
24  state.m_eps_p.Zero();
25  SetState(state);
26 }
virtual TPZPlasticState< REAL > GetState() const =0
virtual void SetState(const TPZPlasticState< REAL > &state)=0
virtual ~TPZPlasticBase()
int32_t Hash(std::string str)
Definition: TPZHash.cpp:10
virtual int IntegrationSteps() const
virtual void ResetPlasticStrain()
int ClassId() const override
Define the class id associated with the class.