34 #include "MPBase_FE.h" 38 class MFreedom_Constraint;
47 Node *theRetainedNode;
??
Definition: MFreedom_FE.h:43
Float vector abstraction.
Definition: Vector.h:94
int determineRetainedDOFsIDs(const int &)
determine determine the IDs for the retained dof's
Definition: MFreedom_FE.cc:94
MFreedom_FE(int tag, int numDOF_Group, int ndof, MFreedom_Constraint &theMFreedom, const double &alpha=1.0)
Constructor.
Definition: MFreedom_FE.cc:37
void assemble_constrained_DOF_displacements(Vector &) const
Put the constradned DOFs displacements in the given vector.
Definition: MFreedom_FE.cc:42
void assemble_retained_DOF_displacements(Vector &, const int &) const
Put the retained DOFs displacements in the given vector.
Definition: MFreedom_FE.cc:64
??
Definition: MPBase_FE.h:44
DOF_Group * determineRetainedNodeDofGrpPtr(void)
get the DOF_Group attached to the retained node.
Definition: MFreedom_FE.cc:144
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Multi-freedom constraint.
Definition: MFreedom_Constraint.h:113
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:90
Mesh node.
Definition: Node.h:111