3 #ifndef TPZTHERMOFORCEA_H 4 #define TPZTHERMOFORCEA_H 28 return "TPZThermoForceA";
31 void Print(std::ostream & out)
const 35 out <<
"\n fK = " <<
fK;
48 T
Compute(
const T & alpha)
const;
96 #endif //TPZTHERMOFORCEA_H void Read(TPZStream &buf, void *context) override
read objects from the stream
Contains declaration of the TPZSavable class which defines the interface to save and restore objects ...
void Write(TPZStream &buf, int withclassid) const override
Writes this object to the TPZStream buffer. Include the classid if withclassid = true.
int ClassId() const override
Define the class id associated with the class.
Templated vector implementation.
T ComputeTangent(const T &alpha) const
void Print(std::ostream &out) const
virtual void Write(const bool val)
void SetUp(REAL yield, REAL k)
T Compute(const T &alpha) const
const char * Name() const
Contains declaration of the abstract TPZStream class. TPZStream defines the interface for saving and ...
Defines the interface for saving and reading data. Persistency.
Contains the declaration of TPZFlopCounter class and TPZCounter struct.
This class defines the interface to save and restore objects from TPZStream objects. Persistency.
virtual void Read(bool &val)