34 #include "MPSPBaseFE.h" 38 class MFreedom_ConstraintBase;
47 Node *theConstrainedNode;
49 MPBase_FE(
int tag,
int numDOF_Group,
int ndof,
const double &alpha= 1.0);
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:43
Base class for mult-freedom constraints.
Definition: MFreedom_ConstraintBase.h:58
Base class for MFreedom_FE y SFreedom_FE.
Definition: MPSPBaseFE.h:43
MPBase_FE(int tag, int numDOF_Group, int ndof, const double &alpha=1.0)
Constructor.
Definition: MPBase_FE.cc:36
??
Definition: MPBase_FE.h:44
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
DOF_Group * determineConstrainedNodeDofGrpPtr(void)
get the DOF_Group attached to the constrained node.
Definition: MPBase_FE.cc:94
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Mesh node.
Definition: Node.h:111