35 #ifndef stressstrainbasevector_h 36 #define stressstrainbasevector_h 90 void convertToFullForm(
FloatArray &fullform)
const;
102 virtual void computePrincipalValues(
FloatArray &answer)
const = 0;
125 double computeVolumetricPart()
const;
136 int transpose = 0)
const = 0;
139 #endif // stressstrainbasevector_h The purpose of DataStream abstract class is to allow to store/restore context to different streams...
MaterialMode giveStressStrainMode() const
Returns the material mode of receiver.
StressStrainMatMode mode
Stress strain mode.
MaterialMode
Type representing material mode of integration point.
Base class for stress/strain vector representations.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
MaterialMode StressStrainMatMode
the oofem namespace is to define a context or scope in which all oofem names are defined.
~StressStrainBaseVector()
Destructor.