| xc
    | 
A TransformationDOF_Group object is instantiated by the TransformationConstraintHandler for every node in the domain which is constrained by an MFreedom_Constraint or an SFreedom_Constrant. More...
#include <TransformationDOF_Group.h>


| Public Member Functions | |
| ~TransformationDOF_Group () | |
| Destructor. | |
| int | doneID (void) | 
| const ID & | getID (void) const | 
| Method to return the current ID.  More... | |
| virtual void | setID (int dof, int value) | 
| to set the corresponding index of the ID to value.  More... | |
| const Matrix * | getT (void) const | 
| virtual int | getNumDOF (void) const | 
| Returns the total number of DOFs in the DOF_Group. | |
| virtual int | getNumFreeDOF (void) const | 
| Returns the total number of freeDOFs.  More... | |
| virtual int | getNumConstrainedDOF (void) const | 
| Returns the total number of constrainedDOFs.  More... | |
| const Matrix & | getTangent (Integrator *theIntegrator) | 
| Returns the current tangent matrix for the DOF_Group.  More... | |
| const Vector & | getUnbalance (Integrator *theIntegrator) | 
| Returns the vector holding the unbalance. | |
| void | addM_Force (const Vector &Udotdot, double fact=1.0) | 
| const Vector & | getTangForce (const Vector &x, double fact=1.0) | 
| const Vector & | getC_Force (const Vector &x, double fact=1.0) | 
| const Vector & | getM_Force (const Vector &x, double fact=1.0) | 
| const Vector & | getTrialDisp (void) const | 
| Return trial displacement. | |
| const Vector & | getTrialVel (void) const | 
| Return trial velocity. | |
| const Vector & | getTrialAccel (void) const | 
| Returnt trial acceleration. | |
| const Vector & | getCommittedDisp (void) const | 
| Returns the committed value for the displacement. | |
| const Vector & | getCommittedVel (void) const | 
| Returns the committed value for the velocity. | |
| const Vector & | getCommittedAccel (void) const | 
| Returns the committed value for the acceleration. | |
| void | setNodeDisp (const Vector &u) | 
| Method to set the corresponding nodes displacements to the values in u, components identified by myID. | |
| void | setNodeVel (const Vector &udot) | 
| Method to set the corresponding nodes velocities to the values in u, components identified by myID. | |
| void | setNodeAccel (const Vector &udotdot) | 
| Method to set the corresponding nodes accelerations to the values in u, components identified by myID. | |
| void | incrNodeDisp (const Vector &u) | 
| Method to set the corresponding nodes displacements increments to the values in u, components identified by myID.  More... | |
| void | incrNodeVel (const Vector &udot) | 
| Method to set the corresponding nodes velocities increments to the values in u, components identified by myID.  More... | |
| void | incrNodeAccel (const Vector &udotdot) | 
| Method to set the corresponding nodes accelerations increments to the values in u, components identified by myID.  More... | |
| virtual void | setEigenvector (int mode, const Vector &eigenvalue) | 
| int | addSFreedom_Constraint (SFreedom_Constraint &theSP) | 
| int | enforceSPs (int doMP) | 
| void | addM_ForceSensitivity (const Vector &Udotdot, double fact=1.0) | 
| void | addD_ForceSensitivity (const Vector &vel, double fact=1.0) | 
| void | addD_Force (const Vector &vel, double fact=1.0) | 
| const Vector & | getDispSensitivity (int gradNumber) | 
| const Vector & | getVelSensitivity (int gradNumber) | 
| const Vector & | getAccSensitivity (int gradNumber) | 
| int | saveSensitivity (Vector *v, Vector *vdot, Vector *vdotdot, int gradNum, int numGrads) | 
|  Public Member Functions inherited from XC::DOF_Group | |
| virtual | ~DOF_Group () | 
| Destructor. | |
| virtual void | setID (const ID &values) | 
| Method to set the ID to be same as that given.  More... | |
| int | inicID (const int &value) | 
| virtual int | getNodeTag (void) const | 
| Returns the tag of the associated node (-1 if there is no associated node).  More... | |
| virtual void | zeroTangent (void) | 
| To zero the tangent matrix.  More... | |
| virtual void | addMtoTang (double fact=1.0) | 
| To add facttimes the nodal mass matrix to the tangent matrix.  More... | |
| virtual void | addCtoTang (double fact=1.0) | 
| virtual void | zeroUnbalance (void) | 
| To zero the unbalance vector.  More... | |
| virtual void | addPtoUnbalance (double fact=1.0) | 
| Adds the product of the unbalanced load at the node and factto the unbalance vector.  More... | |
| virtual void | addPIncInertiaToUnbalance (double fact=1.0) | 
| virtual void | Print (std::ostream &, int=0) | 
| virtual void | resetNodePtr (void) | 
|  Public Member Functions inherited from XC::TaggedObject | |
| TaggedObject (int tag, CommandEntity *owr=nullptr) | |
| Constructor.  More... | |
| virtual TaggedObject * | getCopy (void) const | 
| Virtual constructor. | |
| void | assignTag (int newTag) | 
| Set tag (to be called from Python interface). | |
| int | getTag (void) const | 
| Returns the tag associated with the object. | |
| virtual void | Print (std::ostream &, int flag=0) const | 
| Print stuff. | |
| boost::python::dict | getPyDict (void) const | 
| Return a Python dictionary with the object members values. | |
| void | setPyDict (const boost::python::dict &) | 
| Set the values of the object members from a Python dictionary. | |
|  Public Member Functions inherited from CommandEntity | |
| CommandEntity (CommandEntity *owr=nullptr) | |
| Default constructor. | |
| CommandEntity * | Owner (void) | 
| Return a pointer to the object owner. | |
| const CommandEntity * | Owner (void) const | 
| Return un puntero al objeto propietario de ESTE. | |
| const StandardOutputWrapper & | getStandardOutputWrapper (void) const | 
| Return the regular output stream wrapper. | |
| StandardOutputWrapper & | getStandardOutputWrapper (void) | 
| Return the regular output stream wrapper. | |
| const std::string & | getLogFileName (void) const | 
| Returns log file name. | |
| void | setLogFileName (const std::string &) | 
| Sets log file name. | |
| const std::string & | getErrFileName (void) const | 
| Returns err file name. | |
| void | setErrFileName (const std::string &) | 
| Sets error file name. | |
| const std::string & | getOutputFileName (void) const | 
| Returns regular output file name. | |
| void | setOutputFileName (const std::string &) | 
| Sets regular output file name. | |
| boost::python::object | evalPy (boost::python::object dict, const std::string &) | 
| Return the Python object that results from evaluating the argument. | |
| boost::python::object | execPy (boost::python::object dict, const std::string &) | 
| Return the Python objects that results from executing the code in the string argument. | |
| boost::python::object | execFilePy (boost::python::object dict, const std::string &) | 
| Return the Python object that results from executing the code in the file. | |
|  Public Member Functions inherited from EntityWithProperties | |
| EntityWithProperties (EntityWithProperties *owr=nullptr) | |
| Default constructor. | |
| void | clearPyProps (void) | 
| Clear python properties map. | |
| bool | hasPyProp (const std::string &) | 
| Returns true if property exists. | |
| boost::python::object | getPyProp (const std::string &str) | 
| Return the Python object with the name being passed as parameter. | |
| void | setPyProp (std::string str, boost::python::object val) | 
| Sets/appends a value tho the Python object's dictionary. | |
| void | copyPropsFrom (const EntityWithProperties &) | 
| Copy the properties from the argument. | |
| boost::python::list | getPropNames (void) const | 
| Return the names of the object properties weightings. | |
| const PythonDict & | getPropertiesDict (void) const | 
| Return a std::map container with the properties of the object. | |
|  Public Member Functions inherited from EntityWithOwner | |
| EntityWithOwner (EntityWithOwner *owr=nullptr) | |
| Default constructor. | |
| EntityWithOwner (const EntityWithOwner &) | |
| Copy constructor. | |
| EntityWithOwner & | operator= (const EntityWithOwner &) | 
| Assignment operator. | |
| virtual bool | operator== (const EntityWithOwner &) const | 
| Comparison operator. | |
| virtual | ~EntityWithOwner (void) | 
| Virtual destructor. | |
| virtual std::string | getClassName (void) const | 
| Returns demangled class name. | |
| void | set_owner (EntityWithOwner *owr) | 
| Assigns the owner of the object. | |
| EntityWithOwner * | Owner (void) | 
| const EntityWithOwner * | Owner (void) const | 
| Protected Member Functions | |
| TransformationDOF_Group (int tag, Node *myNode, MFreedom_ConstraintBase *, TransformationConstraintHandler *) | |
| TransformationDOF_Group (int tag, Node *myNode, TransformationConstraintHandler *) | |
| std::vector< SFreedom_Constraint * > | getSFreedomConstraintArray (int) const | 
| Create SFreedom_Constraint pointer array. | |
| MFreedom_ConstraintBase * | getMFreedomConstraint (void) | 
| Returns a pointer to the multi-freedom constraint. | |
| const MFreedom_ConstraintBase * | getMFreedomConstraint (void) const | 
| Returns a pointer to the multi-freedom constraint. | |
| size_t | getNumRetainedNodes (void) const | 
| Returns the number of retained nodes. | |
| size_t | getNumRetainedNodeDOFs (void) const | 
| Returns the number of retained degrees of freedom (retained nodes x retained DOFs on each node). | |
| std::vector< Node * > | getPointersToRetainedNodes (void) | 
| Returns a vector with the pointers to the retained nodes. | |
| std::vector< const Node * > | getPointersToRetainedNodes (void) const | 
| Returns a vector with the pointers to the retained nodes. | |
| const Vector & | setupResidual (int numCNodeDOF, const ID &, const ID &, const Vector &, const std::vector< const Node *> &, const Vector &(Node::*response)(void) const) const | 
| Computes the residual vector and returns it. | |
| const Vector & | getTrialResponse (const Vector &(Node::*response)(void) const) const | 
| const Vector & | getCommittedResponse (const Vector &(Node::*response)(void) const) const | 
| Returns the committed value for the given response. | |
| void | setupResidual (const Vector &, int(Node::*setTrial)(const Vector &), const Vector &(Node::*response)(void) const) const | 
|  Protected Member Functions inherited from XC::DOF_Group | |
| void | addLocalM_Force (const Vector &Udotdot, double fact=1.0) | 
| DOF_Group (int tag, Node *myNode) | |
| Constructor that take the corresponding model node.  More... | |
| DOF_Group (int tag, int ndof) | |
| Constructor.  More... | |
|  Protected Member Functions inherited from XC::TaggedObject | |
| void | setTag (int newTag) | 
| Set tag.  More... | |
| bool | isEqual (const TaggedObject &) const | 
| Return true if both objects are equal. | |
|  Protected Member Functions inherited from CommandEntity | |
| template<class T > | |
| void | string_to (T &, const std::string &) const | 
|  Protected Member Functions inherited from EntityWithProperties | |
| bool | isEqual (const EntityWithProperties &) const | 
| Return true if both objects are equal. | |
|  Protected Member Functions inherited from EntityWithOwner | |
| virtual bool | isEqual (const EntityWithOwner &) const | 
| Return true if both objects are equal. | |
| Friends | |
| class | AnalysisModel | 
| class | AutoConstraintHandler | 
| Additional Inherited Members | |
|  Public Types inherited from EntityWithProperties | |
| typedef std::map< std::string, boost::python::object > | PythonDict | 
|  Static Public Member Functions inherited from CommandEntity | |
| static void | resetStandardOutput (void) | 
| Reset the standard output streams to its defaults buffers. | |
|  Static Public Member Functions inherited from EntityWithOwner | |
| static int | getVerbosityLevel (void) | 
| Get the value of the verbosity level. | |
| static void | setVerbosityLevel (const int &) | 
| Set the value of the verbosity level. | |
|  Static Protected Member Functions inherited from CommandEntity | |
| static CommandEntity * | entcmd_cast (boost::any &data) | 
|  Protected Attributes inherited from XC::DOF_Group | |
| UnbalAndTangent | unbalAndTangent | 
| Node * | myNode | 
|  Static Protected Attributes inherited from EntityWithOwner | |
| static int | verbosity = 1 | 
| Object that owns THIS ONE.  More... | |
A TransformationDOF_Group object is instantiated by the TransformationConstraintHandler for every node in the domain which is constrained by an MFreedom_Constraint or an SFreedom_Constrant.
This object stores the transformation matrix \(T\) used by the TransformationFE objects
| 
 | virtual | 
Method to return the current ID.
A const member function which returns in an ID object the equation numbers associated with the degrees-of-freedom in the DOF_Group. The size of the ID object is equal to the number of degrees-of-freedom represented by the DOF_Group. This base class returns the ID created for the mapping.
Reimplemented from XC::DOF_Group.
| 
 | virtual | 
Returns the total number of constrained DOFs. 
Returns the total number of constrained DOFs in the DOF_Group, i.e. number of dof in the group who have been assigned a negative equation number. Determines this by looping through the ID containing the mapping information. 
Reimplemented from XC::DOF_Group.
| 
 | virtual | 
Returns the total number of free DOFs. 
Returns the total number of free DOFs in the DOF_Group, i.e. number of dof in the group who have not been assigned a negative equation number. Determines this by looping through the ID containing the mapping information. 
Reimplemented from XC::DOF_Group.
| 
 | virtual | 
Returns the current tangent matrix for the DOF_Group.
Returns the current tangent matrix for the DOF_Group. If no tangent matrix has been created, one of size(numDOF,numDOF) is constructed. If not enough space is available for a new tangent matrix, an error message is printed and an error Matrix is returned..
Reimplemented from XC::DOF_Group.
| 
 | virtual | 
Method to set the corresponding nodes accelerations increments to the values in u, components identified by myID.
Reimplemented from XC::DOF_Group.
| 
 | virtual | 
Method to set the corresponding nodes displacements increments to the values in u, components identified by myID.
Reimplemented from XC::DOF_Group.
| 
 | virtual | 
Method to set the corresponding nodes velocities increments to the values in u, components identified by myID.
Reimplemented from XC::DOF_Group.
| 
 | virtual | 
to set the corresponding index of the ID to value.
Operation to set the equation number of the {dof'th} DOF in the DOF_Group to value. In this base class, if index is a valid location, \(0 < index < numDOF-1\) the operator {(index) = value} is invoked on the ID object created for the mapping, otherwise an error message is printed. 
Reimplemented from XC::DOF_Group.
 1.8.13
 1.8.13