33 #include "MPBase_FE.h" 37 class MFreedom_Constraint;
46 Node *theRetainedNode;
??
Definition: MFreedom_FE.h:42
int determineRetainedDOFsIDs(const int &)
determine determine the IDs for the retained dof's
Definition: MFreedom_FE.cc:48
MFreedom_FE(int tag, int numDOF_Group, int ndof, MFreedom_Constraint &theMFreedom, const double &alpha=1.0)
Constructor.
Definition: MFreedom_FE.cc:36
??
Definition: MPBase_FE.h:43
DOF_Group * determineRetainedNodeDofGrpPtr(void)
get the DOF_Group attached to the retained node.
Definition: MFreedom_FE.cc:93
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:106
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Multi-freedom constraint.
Definition: MFreedom_Constraint.h:110
int determineConstrainedDOFsIDs(const int &)
determine the IDs in myID for those DOFs marked as constrained DOFs, this is obtained from the DOF_Gr...
Definition: MFreedom_FE.cc:44
Mesh node.
Definition: Node.h:110