42 #define _IFT_SlaveNode_Name "slavenode" 43 #define _IFT_SlaveNode_masterDofManagers "masterdofman" 44 #define _IFT_SlaveNode_weights "weights" 76 virtual void postInitialize();
virtual ~SlaveNode(void)
Destructor.
IntArray masterDofManagers
Master nodes for all dofs.
dofType
Dof Type, determines the type of DOF created.
Class implementing an array of integers.
virtual const char * giveClassName() const
SlaveNode(int n, Domain *aDomain)
Constructor.
FloatArray masterWeights
Common dof weights for each master node.
Class representing vector of real numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
virtual bool isDofTypeCompatible(dofType type) const
Returns true if dof of given type is allowed to be associated to receiver.
virtual const char * giveInputRecordName() const
#define _IFT_SlaveNode_Name
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 slave node connected to other nodes (masters) using predetermined weights...