8 #ifndef TPZPLASTICCRITERION_H 9 #define TPZPLASTICCRITERION_H 22 virtual void Print(std::ostream &out)
const {
23 std::cout << __PRETTY_FUNCTION__ <<
" Should not be called, please check children classes." << std::endl;
Contains declaration of the TPZSavable class which defines the interface to save and restore objects ...
Templated vector implementation.
virtual void Print(std::ostream &out) const
virtual void YieldFunction(const TPZVec< STATE > &sigma, STATE kprev, TPZVec< STATE > &yield) const =0
Contains the declaration of TPZFlopCounter class and TPZCounter struct.
This class defines the interface to save and restore objects from TPZStream objects. Persistency.
virtual int GetNYield() const =0