9 #include "models/src/igenerictet.h" virtual void setStressTensor(const SymTensor &s)=0
Sets (overwrites) the stress state of this tetra.
Generic base class for the tetra interface made available to the constitutive model system.
Definition: igenerictet.h:22
Base class for items that will be stored in containers.
Definition: ithing.h:31
virtual double getVolume() const =0
virtual TType getType() const =0
Returns the actual type of the fully derived class represented by this object.
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition: itet.h:29
unsigned int TType
class type indicator
Definition: basedef.h:41
A symmetric 2nd order tensor.
Definition: symtensor.h:19
virtual const ITet * getNext() const =0
Returns the next tetra in the overlay list. See IZone::getOverlay1() and IZone::getOverlay2().
virtual void setMaxwellStress(const SymTensor &s, uint i)=0
Sets (overwrites) the Maxwell stress state of this tetra.
virtual SymTensor getMaxwellStress(uint i) const =0
Returns the Maxwell stress state of this tetra.
virtual const IThing * getIThing() const =0
Returns the IThing interface for this class implementation, in this case will always return nullptr.
Interface to one of the tetrahedra used to implement mixed-discretization in a zone.
Definition: itet.h:26
virtual SymTensor getStressTensor() const =0
Returns the stress state of this tetra.