35 #ifndef rigidarmnode_h 36 #define rigidarmnode_h 42 #define _IFT_RigidArmNode_Name "rigidarmnode" 43 #define _IFT_RigidArmNode_master "master" 83 void allocAuxArrays();
84 void deallocAuxArrays();
97 virtual void postInitialize();
99 virtual int checkConsistency();
103 void computeMasterContribution(std::map< DofIDItem, IntArray > &masterDofID,
104 std::map< DofIDItem, FloatArray > &masterContribution);
111 #endif // rigidarmnode_h
int masterDofMngr
Number of master DofManager (Node)
dofType
Dof Type, determines the type of DOF created.
virtual bool isDofTypeCompatible(dofType type) const
Returns true if dof of given type is allowed to be associated to receiver.
Class implementing an array of integers.
virtual ~RigidArmNode(void)
Destructor.
Node * masterNode
Pointer to master Node.
#define _IFT_RigidArmNode_Name
IRResultType
Type defining the return values of InputRecord reading operations.
virtual const char * giveClassName() const
virtual const char * giveInputRecordName() const
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 implementing node connected to other node (master) using rigid arm in finite element mesh...