42 #define _IFT_HangingNode_Name "hangingnode" 43 #define _IFT_HangingNode_masterElement "masterelement" 44 #define _IFT_HangingNode_masterRegion "masterregion" 87 virtual void postInitialize();
88 virtual int checkConsistency();
95 #endif // hangingnode_h Class implementing hanging node connected to other nodes (masters) using interpolation.
virtual ~HangingNode(void)
Destructor.
dofType
Dof Type, determines the type of DOF created.
int masterRegion
Region of the master element (used for automatic detection).
virtual const char * giveInputRecordName() const
IRResultType
Type defining the return values of InputRecord reading operations.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class implementing node in finite element mesh.
virtual const char * giveClassName() const
#define _IFT_HangingNode_Name
virtual bool isDofTypeCompatible(dofType type) const
Returns true if dof of given type is allowed to be associated to receiver.
int masterElement
Number of the master element.