| MBDyn-1.7.3
    | 
#include <force.h>


| Public Member Functions | |
| AbstractInternalForce (unsigned int uL, const Node *pN1, const Node *pN2, const DriveCaller *pDC, flag fOut) | |
| virtual | ~AbstractInternalForce (void) | 
| virtual Force::Type | GetForceType (void) const | 
| virtual std::ostream & | Restart (std::ostream &out) const | 
| void | WorkSpaceDim (integer *piNumRows, integer *piNumCols) const | 
| SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual void | Output (OutputHandler &OH) const | 
| virtual void | InitialWorkSpaceDim (integer *piNumRows, integer *piNumCols) const | 
| SubVectorHandler & | InitialAssRes (SubVectorHandler &WorkVec, const VectorHandler &XCurr) | 
| virtual void | GetConnectedNodes (std::vector< const Node * > &connectedNodes) const | 
|  Public Member Functions inherited from Elem | |
| Elem (unsigned int uL, flag fOut) | |
| virtual | ~Elem (void) | 
| virtual unsigned int | iGetNumDof (void) const | 
| virtual std::ostream & | DescribeDof (std::ostream &out, const char *prefix="", bool bInitial=false) const | 
| virtual void | DescribeDof (std::vector< std::string > &desc, bool bInitial=false, int i=-1) const | 
| virtual std::ostream & | DescribeEq (std::ostream &out, const char *prefix="", bool bInitial=false) const | 
| virtual void | DescribeEq (std::vector< std::string > &desc, bool bInitial=false, int i=-1) const | 
| virtual DofOrder::Order | GetDofType (unsigned int) const | 
| virtual void | AssMats (VariableSubMatrixHandler &WorkMatA, VariableSubMatrixHandler &WorkMatB, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual bool | bInverseDynamics (void) const | 
| void | SetInverseDynamicsFlags (unsigned uIDF) | 
| unsigned | GetInverseDynamicsFlags (void) const | 
| bool | bIsErgonomy (void) const | 
| bool | bIsRightHandSide (void) const | 
| virtual VariableSubMatrixHandler & | AssJac (VariableSubMatrixHandler &WorkMat, const VectorHandler &XCurr) | 
| virtual SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr, const VectorHandler &XPrimePrimeCurr, InverseDynamics::Order iOrder=InverseDynamics::INVERSE_DYNAMICS) | 
| virtual int | GetNumConnectedNodes (void) const | 
|  Public Member Functions inherited from WithLabel | |
| WithLabel (unsigned int uL=0, const std::string &sN="") | |
| virtual | ~WithLabel (void) | 
| void | PutLabel (unsigned int uL) | 
| void | PutName (const std::string &sN) | 
| unsigned int | GetLabel (void) const | 
| const std::string & | GetName (void) const | 
|  Public Member Functions inherited from SimulationEntity | |
| SimulationEntity (void) | |
| virtual | ~SimulationEntity (void) | 
| virtual bool | bIsValidIndex (unsigned int i) const | 
| virtual DofOrder::Order | GetEqType (unsigned int i) const | 
| virtual void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *h=0) | 
| virtual Hint * | ParseHint (DataManager *pDM, const char *s) const | 
| virtual void | BeforePredict (VectorHandler &, VectorHandler &, VectorHandler &, VectorHandler &) const | 
| virtual void | AfterPredict (VectorHandler &X, VectorHandler &XP) | 
| virtual void | Update (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual void | DerivativesUpdate (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual void | Update (const VectorHandler &XCurr, InverseDynamics::Order iOrder) | 
| virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP) | 
| virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP, const VectorHandler &XPP) | 
| virtual unsigned int | iGetNumPrivData (void) const | 
| virtual unsigned int | iGetPrivDataIdx (const char *s) const | 
| virtual doublereal | dGetPrivData (unsigned int i) const | 
| virtual std::ostream & | OutputAppend (std::ostream &out) const | 
| virtual void | ReadInitialState (MBDynParser &HP) | 
|  Public Member Functions inherited from ToBeOutput | |
| ToBeOutput (flag fOut=fDefaultOut) | |
| virtual | ~ToBeOutput (void) | 
| virtual void | OutputPrepare (OutputHandler &OH) | 
| virtual void | Output (OutputHandler &OH, const VectorHandler &X, const VectorHandler &XP) const | 
| virtual flag | fToBeOutput (void) const | 
| virtual bool | bToBeOutput (void) const | 
| virtual void | SetOutputFlag (flag f=flag(1)) | 
|  Public Member Functions inherited from Force | |
| Force (unsigned int uL, flag fOut) | |
| virtual | ~Force (void) | 
| virtual Elem::Type | GetElemType (void) const | 
| virtual VariableSubMatrixHandler & | AssJac (VariableSubMatrixHandler &WorkMat, doublereal, const VectorHandler &, const VectorHandler &) | 
| virtual unsigned int | iGetInitialNumDof (void) const | 
| virtual VariableSubMatrixHandler & | InitialAssJac (VariableSubMatrixHandler &WorkMat, const VectorHandler &) | 
|  Public Member Functions inherited from InitialAssemblyElem | |
| InitialAssemblyElem (unsigned int uL, flag fOut) | |
| virtual | ~InitialAssemblyElem (void) | 
|  Public Member Functions inherited from SubjectToInitialAssembly | |
| SubjectToInitialAssembly (void) | |
| virtual | ~SubjectToInitialAssembly (void) | 
|  Public Member Functions inherited from DriveOwner | |
| DriveOwner (const DriveCaller *pDC=0) | |
| DriveOwner (const DriveOwner &drive) | |
| virtual | ~DriveOwner (void) | 
| void | Set (const DriveCaller *pDC) | 
| DriveCaller * | pGetDriveCaller (void) const | 
| doublereal | dGet (const doublereal &dVar) const | 
| doublereal | dGet (void) const | 
| bool | bIsDifferentiable (void) const | 
| doublereal | dGetP (const doublereal &dVar) const | 
| doublereal | dGetP (void) const | 
| Protected Attributes | |
| const Node * | pNode1 | 
| const Node * | pNode2 | 
|  Protected Attributes inherited from WithLabel | |
| unsigned int | uLabel | 
| std::string | sName | 
|  Protected Attributes inherited from ToBeOutput | |
| flag | fOutput | 
|  Protected Attributes inherited from DriveOwner | |
| DriveCaller * | pDriveCaller | 
| AbstractInternalForce::AbstractInternalForce | ( | unsigned int | uL, | 
| const Node * | pN1, | ||
| const Node * | pN2, | ||
| const DriveCaller * | pDC, | ||
| flag | fOut | ||
| ) | 
| 
 | virtual | 
Definition at line 159 of file force.cc.
References pNode1, pNode2, and SAFEDELETE.
| 
 | virtual | 
Implements Elem.
Definition at line 189 of file force.cc.
References DEBUGCOUT, DriveCaller::dGet(), Node::iGetFirstRowIndex(), DriveOwner::pGetDriveCaller(), pNode1, pNode2, VectorHandler::PutCoef(), SubVectorHandler::PutRowIndex(), and VectorHandler::ResizeReset().
Referenced by InitialAssRes().

| 
 | inlinevirtual | 
| 
 | inlinevirtual | 
Implements Force.
Definition at line 211 of file force.h.
References Force::ABSTRACTINTERNALFORCE.
| 
 | virtual | 
Implements SubjectToInitialAssembly.
Definition at line 232 of file force.cc.
References AssRes(), and DEBUGCOUT.

| 
 | inlinevirtual | 
Implements SubjectToInitialAssembly.
| 
 | virtual | 
Reimplemented from ToBeOutput.
Definition at line 214 of file force.cc.
References ToBeOutput::bToBeOutput(), DriveOwner::dGet(), OutputHandler::FORCES, OutputHandler::Forces(), WithLabel::GetLabel(), pNode1, pNode2, and OutputHandler::UseText().

| 
 | virtual | 
Implements Elem.
Definition at line 176 of file force.cc.
References WithLabel::GetLabel(), Node::GetNodeType(), DriveOwner::pGetDriveCaller(), pNode1, psReadNodesNodes, Force::Restart(), and DriveCaller::Restart().

| 
 | protected | 
Definition at line 200 of file force.h.
Referenced by AssRes(), GetConnectedNodes(), Output(), Restart(), and ~AbstractInternalForce().
| 
 | protected | 
Definition at line 201 of file force.h.
Referenced by AssRes(), GetConnectedNodes(), Output(), and ~AbstractInternalForce().