40 #define _IFT_EmptyCS_Name "emptycs"
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
virtual const char * giveInputRecordName() const
Base abstract class representing cross section in finite element mesh.
virtual int unpackAndUpdateUnknowns(DataStream &buff, TimeStep *tStep, GaussPoint *ip)
Unpack and updates all necessary data of given integration point (according to element parallel_mode)...
Abstract base class for all material models.
virtual int estimatePackSize(DataStream &buff, GaussPoint *ip)
Estimates the necessary pack size to hold all packed data of receiver.
Empty cross section model which doesn't have any material models.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual const char * giveClassName() const
Class representing integration point in finite element program.
#define _IFT_EmptyCS_Name
virtual int packUnknowns(DataStream &buff, TimeStep *tStep, GaussPoint *ip)
Pack all necessary data of integration point (according to element parallel_mode) into given communic...
Class representing solution step.