42 #define _IFT_qcNode_Name "qcnode" 43 #define _IFT_qcNode_masterElement "masterelement" 44 #define _IFT_qcNode_masterRegion "masterregion" 89 virtual void postInitialize();
90 virtual void postInitializeAsHangingNode();
91 virtual int checkConsistency();
95 virtual bool initializeAsRepnode();
96 virtual void setAsRepnode();
97 virtual void setAsHanging();
101 void printOutputAt(FILE *stream,
TimeStep *tStep);
virtual int giveQcNodeType()
dofType
Dof Type, determines the type of DOF created.
virtual const char * giveInputRecordName() const
virtual int giveMasterElementNumber()
int masterRegion
Region of the master element (used for automatic detection).
virtual ~qcNode(void)
Destructor.
Class implementing hanging node connected to other nodes (masters) using interpolation.
int qcNodeTypeLabel
Type of qcNode (0 deactive, 1 master, 2 hanging)
IRResultType
Type defining the return values of InputRecord reading operations.
virtual const char * giveClassName() const
int masterElement
Number of the master element.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class implementing node in finite element mesh.
Class representing solution step.
virtual bool isDofTypeCompatible(dofType type) const
Returns true if dof of given type is allowed to be associated to receiver.