33 #include "MPSPBaseFE.h" 37 class MFreedom_ConstraintBase;
46 Node *theConstrainedNode;
48 MPBase_FE(
int tag,
int numDOF_Group,
int ndof,
const double &alpha= 1.0);
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
int determineConstrainedDOFsIDs(const MFreedom_ConstraintBase &, const int &)
determine the IDs in myID for those DOFs marked as constrained DOFs, this is obtained from the DOF_Gr...
Definition: MPBase_FE.cc:42
Mesh node.
Definition: Node.h:99
DOF_Group * determineConstrainedNodeDofGrpPtr(void)
get the DOF_Group attached to the constrained node.
Definition: MPBase_FE.cc:88
MPBase_FE(int tag, int numDOF_Group, int ndof, const double &alpha=1.0)
Constructor.
Definition: MPBase_FE.cc:35
??
Definition: MPBase_FE.h:43
Base class for mult-freedom constraints.
Definition: MFreedom_ConstraintBase.h:57
Base class for MFreedom_FE y SFreedom_FE.
Definition: MPSPBaseFE.h:42
================================================================================
Definition: ContinuaReprComponent.h:34