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


| Public Member Functions | |
| ModalExt (unsigned int uL, DataManager *pDM, const Modal *pmodal, const StructNode *pnode, bool bOutputAccelerations, ExtFileHandlerBase *pEFH, ExtModalForceBase *pEMF, bool bSendAfterPredict, int iCoupling, ExtModalForceBase::BitMask bm, flag fOut) | |
| virtual | ~ModalExt (void) | 
| virtual Force::Type | GetForceType (void) 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 | 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 Hint * | ParseHint (DataManager *pDM, const char *s) const | 
| virtual void | BeforePredict (VectorHandler &, VectorHandler &, VectorHandler &, VectorHandler &) const | 
| 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, 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 ExtForce | |
| ExtForce (unsigned int uL, DataManager *pDM, ExtFileHandlerBase *pEFH, bool bSendAfterPredict, int iCoupling, flag fOut) | |
| virtual | ~ExtForce (void) | 
| virtual void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *h=0) | 
| virtual void | Update (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP) | 
| virtual void | AfterPredict (VectorHandler &X, VectorHandler &XP) | 
| virtual void | InitialWorkSpaceDim (integer *piNumRows, integer *piNumCols) const | 
| virtual VariableSubMatrixHandler & | InitialAssJac (VariableSubMatrixHandler &WorkMat, const VectorHandler &XCurr) | 
| virtual SubVectorHandler & | InitialAssRes (SubVectorHandler &WorkVec, const VectorHandler &XCurr) | 
|  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 std::ostream & | Restart (std::ostream &out) const | 
| virtual unsigned int | iGetInitialNumDof (void) const | 
|  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) | 
| Protected Member Functions | |
| bool | Prepare (ExtFileHandlerBase *pEFH) | 
| void | Send (ExtFileHandlerBase *pEFH, ExtFileHandlerBase::SendWhen when) | 
| void | Recv (ExtFileHandlerBase *pEFH) | 
|  Protected Member Functions inherited from ExtForce | |
| void | Send (ExtFileHandlerBase::SendWhen when) | 
| void | Recv (void) | 
| Protected Attributes | |
| const Modal * | pModal | 
| const StructNode * | pNode | 
| bool | bOutputAccelerations | 
| ExtModalForceBase * | pEMF | 
| unsigned | uFlags | 
| Vec3 | F | 
| Vec3 | M | 
| std::vector< doublereal > | f | 
| std::vector< doublereal > | q | 
| std::vector< doublereal > | qP | 
|  Protected Attributes inherited from WithLabel | |
| unsigned int | uLabel | 
| std::string | sName | 
|  Protected Attributes inherited from ToBeOutput | |
| flag | fOutput | 
|  Protected Attributes inherited from ExtForce | |
| Converged | c | 
| ExtFileHandlerBase * | pEFH | 
| bool | bSendAfterPredict | 
| int | iCoupling | 
| int | iCouplingCounter | 
| bool | bFirstSend | 
| bool | bFirstRecv | 
Definition at line 144 of file modalext.h.
| ModalExt::ModalExt | ( | unsigned int | uL, | 
| DataManager * | pDM, | ||
| const Modal * | pmodal, | ||
| const StructNode * | pnode, | ||
| bool | bOutputAccelerations, | ||
| ExtFileHandlerBase * | pEFH, | ||
| ExtModalForceBase * | pEMF, | ||
| bool | bSendAfterPredict, | ||
| int | iCoupling, | ||
| ExtModalForceBase::BitMask | bm, | ||
| flag | fOut | ||
| ) | 
Definition at line 333 of file modalext.cc.
References ASSERT, ExtModalForceBase::EMF_ALL, ExtModalForceBase::EMF_MODAL, ExtModalForceBase::EMF_RIGID, f, pModal, pNode, q, qP, uFlags, and Modal::uGetNModes().

| 
 | virtual | 
| 
 | virtual | 
Implements Elem.
Definition at line 507 of file modalext.cc.
References ExtForce::COUPLING_NONE, ExtModalForceBase::EMF_MODAL, ExtModalForceBase::EMF_RIGID, F, f, ExtForce::iCoupling, StructDispNode::iGetFirstMomentumIndex(), Modal::iGetModalIndex(), M, pModal, pNode, VectorHandler::Put(), SubVectorHandler::PutItem(), SubVectorHandler::PutRowIndex(), ExtForce::Recv(), VectorHandler::Resize(), VectorHandler::ResizeReset(), uFlags, Modal::uGetNModes(), and WorkSpaceDim().

| 
 | virtual | 
| 
 | virtual | 
| 
 | virtual | 
Reimplemented from ToBeOutput.
Definition at line 550 of file modalext.cc.
References ToBeOutput::bToBeOutput(), ExtModalForceBase::EMF_MODAL, ExtModalForceBase::EMF_RIGID, F, f, OutputHandler::FORCES, OutputHandler::Forces(), WithLabel::GetLabel(), Modal::GetModeList(), M, pModal, pNode, uFlags, and OutputHandler::UseText().

| 
 | protectedvirtual | 
Implements ExtForce.
Definition at line 390 of file modalext.cc.
References ExtModalForceBase::EMF_RIGID, WithLabel::GetLabel(), pEMF, pModal, ExtModalForceBase::Prepare(), uFlags, and Modal::uGetNModes().

| 
 | protectedvirtual | 
Implements ExtForce.
Definition at line 467 of file modalext.cc.
References ExtModalForceBase::EMF_ERR, F, f, WithLabel::GetLabel(), M, MBDYN_EXCEPT_ARGS, pEMF, ExtModalForceBase::Recv(), uFlags, and WithLabel::uLabel.

| 
 | protectedvirtual | 
Implements ExtForce.
Definition at line 401 of file modalext.cc.
References a, bOutputAccelerations, ExtModalForceBase::EMF_MODAL, ExtModalForceBase::EMF_RIGID, Eye3, Modal::GetA(), Modal::GetB(), Modal::GetBP(), WithLabel::GetLabel(), StructNode::GetRCurr(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), StructNode::GetWPCurr(), StructDispNode::GetXCurr(), StructDispNode::GetXPPCurr(), pEMF, Modal::pGetModalNode(), pModal, pNode, q, qP, R, ExtModalForceBase::Send(), Mat3x3::Transpose(), uFlags, Modal::uGetNModes(), and Zero3.

Implements Elem.
Definition at line 494 of file modalext.cc.
References ExtForce::COUPLING_NONE, ExtForce::iCoupling, pModal, pNode, and Modal::uGetNModes().
Referenced by AssRes().

| 
 | protected | 
Definition at line 149 of file modalext.h.
Referenced by Send().
| 
 | protected | 
Definition at line 153 of file modalext.h.
| 
 | protected | 
Definition at line 154 of file modalext.h.
Referenced by AssRes(), ModalExt(), Output(), and Recv().
| 
 | protected | 
Definition at line 153 of file modalext.h.
| 
 | protected | 
Definition at line 150 of file modalext.h.
Referenced by Prepare(), Recv(), Send(), and ~ModalExt().
| 
 | protected | 
Definition at line 146 of file modalext.h.
Referenced by AssRes(), ModalExt(), Output(), Prepare(), Send(), and WorkSpaceDim().
| 
 | protected | 
Definition at line 148 of file modalext.h.
Referenced by AssRes(), GetConnectedNodes(), ModalExt(), Output(), Send(), and WorkSpaceDim().
| 
 | protected | 
Definition at line 157 of file modalext.h.
Referenced by ModalExt(), and Send().
| 
 | protected | 
Definition at line 158 of file modalext.h.
Referenced by ModalExt(), and Send().
| 
 | protected | 
Definition at line 151 of file modalext.h.
Referenced by AssRes(), ModalExt(), Output(), Prepare(), Recv(), and Send().