MBDyn-1.7.3
|
#include <totalj.h>
Public Member Functions | |
TotalJoint (unsigned int uL, const DofOwner *pDO, bool bPos[3], bool bVel[3], TplDriveCaller< Vec3 > *const pDCPos[3], bool bRot[3], bool bAgv[3], TplDriveCaller< Vec3 > *const pDCRot[3], const StructNode *pN1, const Vec3 &f1Tmp, const Mat3x3 &R1hTmp, const Mat3x3 &R1hrTmp, const StructNode *pN2, const Vec3 &f2Tmp, const Mat3x3 &R2hTmp, const Mat3x3 &R2hrTmp, flag fOut) | |
~TotalJoint (void) | |
virtual std::ostream & | Restart (std::ostream &out) const |
virtual Joint::Type | GetJointType (void) const |
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 |
DofOrder::Order | GetDofType (unsigned int i) const |
virtual void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *ph=0) |
virtual Hint * | ParseHint (DataManager *pDM, const char *s) const |
virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP) |
virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP, const VectorHandler &XPP) |
void | WorkSpaceDim (integer *piNumRows, integer *piNumCols) const |
VariableSubMatrixHandler & | AssJac (VariableSubMatrixHandler &WorkMat, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
virtual bool | bInverseDynamics (void) const |
VariableSubMatrixHandler & | AssJac (VariableSubMatrixHandler &WorkMat, const VectorHandler &XCurr) |
SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr, const VectorHandler &XPrimePrimeCurr, InverseDynamics::Order iOrder=InverseDynamics::INVERSE_DYNAMICS) |
void | Update (const VectorHandler &XCurr, InverseDynamics::Order iOrder=InverseDynamics::INVERSE_DYNAMICS) |
DofOrder::Order | GetEqType (unsigned int i) const |
void | OutputPrepare (OutputHandler &OH) |
void | Output (OutputHandler &OH) const |
virtual unsigned int | iGetInitialNumDof (void) const |
virtual void | InitialWorkSpaceDim (integer *piNumRows, integer *piNumCols) const |
VariableSubMatrixHandler & | InitialAssJac (VariableSubMatrixHandler &WorkMat, const VectorHandler &XCurr) |
SubVectorHandler & | InitialAssRes (SubVectorHandler &WorkVec, const VectorHandler &XCurr) |
virtual unsigned int | iGetNumPrivData (void) const |
virtual unsigned int | iGetPrivDataIdx (const char *s) const |
virtual doublereal | dGetPrivData (unsigned int i) 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 void | AssMats (VariableSubMatrixHandler &WorkMatA, VariableSubMatrixHandler &WorkMatB, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
void | SetInverseDynamicsFlags (unsigned uIDF) |
unsigned | GetInverseDynamicsFlags (void) const |
bool | bIsErgonomy (void) const |
bool | bIsRightHandSide (void) const |
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 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 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 | 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 Joint | |
Joint (unsigned int uL, const DofOwner *pD, flag fOut) | |
virtual | ~Joint (void) |
virtual Elem::Type | GetElemType (void) const |
std::ostream & | Output (std::ostream &out, const char *sJointName, unsigned int uLabel, const Vec3 &FLocal, const Vec3 &MLocal, const Vec3 &FGlobal, const Vec3 &MGlobal) const |
virtual void | SetInitialValue (VectorHandler &) |
bool | bIsPrescribedMotion (void) const |
bool | bIsTorque (void) const |
Public Member Functions inherited from ElemGravityOwner | |
ElemGravityOwner (unsigned int uL, flag fOut) | |
virtual | ~ElemGravityOwner (void) |
virtual doublereal | dGetM (void) const |
Vec3 | GetS (void) const |
Mat3x3 | GetJ (void) const |
Vec3 | GetB (void) const |
Vec3 | GetG (void) const |
Public Member Functions inherited from GravityOwner | |
GravityOwner (void) | |
virtual | ~GravityOwner (void) |
void | PutGravity (const Gravity *pG) |
virtual bool | bGetGravity (const Vec3 &X, Vec3 &Acc) const |
Public Member Functions inherited from ElemWithDofs | |
ElemWithDofs (unsigned int uL, const DofOwner *pDO, flag fOut) | |
virtual | ~ElemWithDofs (void) |
Public Member Functions inherited from DofOwnerOwner | |
DofOwnerOwner (const DofOwner *pDO) | |
virtual | ~DofOwnerOwner () |
virtual const DofOwner * | pGetDofOwner (void) const |
virtual integer | iGetFirstIndex (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) |
Private Attributes | |
const StructNode * | pNode1 |
const StructNode * | pNode2 |
Vec3 | f1 |
Mat3x3 | R1h |
Mat3x3 | R1hr |
Vec3 | f2 |
Mat3x3 | R2h |
Mat3x3 | R2hr |
bool | bPosActive [3] |
bool | bRotActive [3] |
bool | bVelActive [3] |
bool | bAgvActive [3] |
TplDriveOwner< Vec3 > | XDrv |
TplDriveOwner< Vec3 > | XPDrv |
TplDriveOwner< Vec3 > | XPPDrv |
TplDriveOwner< Vec3 > | ThetaDrv |
TplDriveOwner< Vec3 > | OmegaDrv |
TplDriveOwner< Vec3 > | OmegaPDrv |
unsigned int | nConstraints |
unsigned int | nPosConstraints |
unsigned int | nRotConstraints |
unsigned int | nVelConstraints |
unsigned int | nAgvConstraints |
unsigned int | iPosIncid [3] |
unsigned int | iRotIncid [3] |
unsigned int | iVelIncid [3] |
unsigned int | iAgvIncid [3] |
unsigned int | iPosEqIndex [3] |
unsigned int | iRotEqIndex [3] |
unsigned int | iVelEqIndex [3] |
unsigned int | iAgvEqIndex [3] |
Vec3 | tilde_f1 |
Vec3 | M |
Vec3 | F |
Vec3 | ThetaDelta |
Vec3 | ThetaDeltaPrev |
Vec3 | ThetaDeltaRemnant |
Vec3 | ThetaDeltaTrue |
TotalJoint::TotalJoint | ( | unsigned int | uL, |
const DofOwner * | pDO, | ||
bool | bPos[3], | ||
bool | bVel[3], | ||
TplDriveCaller< Vec3 > *const | pDCPos[3], | ||
bool | bRot[3], | ||
bool | bAgv[3], | ||
TplDriveCaller< Vec3 > *const | pDCRot[3], | ||
const StructNode * | pN1, | ||
const Vec3 & | f1Tmp, | ||
const Mat3x3 & | R1hTmp, | ||
const Mat3x3 & | R1hrTmp, | ||
const StructNode * | pN2, | ||
const Vec3 & | f2Tmp, | ||
const Mat3x3 & | R2hTmp, | ||
const Mat3x3 & | R2hrTmp, | ||
flag | fOut | ||
) |
Definition at line 51 of file totalj.cc.
References ASSERT, bAgvActive, bPosActive, bRotActive, bVelActive, StructNode::GetRCurr(), iAgvEqIndex, iAgvIncid, iPosEqIndex, iPosIncid, iRotEqIndex, iRotIncid, iVelEqIndex, iVelIncid, MBDYN_EXCEPT_ARGS, nAgvConstraints, nConstraints, nPosConstraints, nRotConstraints, nVelConstraints, pNode1, pNode2, R1hr, R2hr, ThetaDeltaTrue, and RotManip::VecRot().
TotalJoint::~TotalJoint | ( | void | ) |
|
virtual |
Reimplemented from SimulationEntity.
Definition at line 726 of file totalj.cc.
References StructNode::GetRCurr(), iRotIncid, nRotConstraints, pNode1, pNode2, R1hr, R2hr, ThetaDelta, ThetaDeltaPrev, ThetaDeltaRemnant, ThetaDeltaTrue, Unwrap(), and RotManip::VecRot().
Referenced by AfterConvergence().
|
virtual |
Reimplemented from SimulationEntity.
Definition at line 746 of file totalj.cc.
References AfterConvergence().
|
virtual |
Implements Elem.
Definition at line 834 of file totalj.cc.
References FullSubMatrixHandler::Add(), FullSubMatrixHandler::AddT(), Vec3::Cross(), DEBUGCOUT, F, f2, StructNode::GetRCurr(), StructDispNode::GetVCurr(), Mat3x3::GetVec(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), iAgvEqIndex, iAgvIncid, DofOwnerOwner::iGetFirstIndex(), StructDispNode::iGetFirstMomentumIndex(), StructDispNode::iGetFirstPositionIndex(), iGetNumDof(), iPosEqIndex, iPosIncid, iRotEqIndex, iRotIncid, iVelEqIndex, iVelIncid, M, MatCross, MatCrossCross, nAgvConstraints, nConstraints, nPosConstraints, nRotConstraints, nVelConstraints, pNode1, pNode2, FullSubMatrixHandler::PutColIndex(), FullSubMatrixHandler::PutRowIndex(), R1h, R1hr, FullSubMatrixHandler::ResizeReset(), VariableSubMatrixHandler::SetFull(), VariableSubMatrixHandler::SetNullMatrix(), FullSubMatrixHandler::Sub(), FullSubMatrixHandler::SubT(), and WorkSpaceDim().
|
virtual |
Reimplemented from Elem.
Definition at line 1207 of file totalj.cc.
References FullSubMatrixHandler::AddT(), DEBUGCOUT, f2, StructNode::GetRCurr(), StructNode::GetRRef(), StructDispNode::GetXCurr(), DofOwnerOwner::iGetFirstIndex(), StructDispNode::iGetFirstPositionIndex(), iGetNumDof(), iPosIncid, iRotIncid, nConstraints, nPosConstraints, nRotConstraints, pNode1, pNode2, FullSubMatrixHandler::PutColIndex(), FullSubMatrixHandler::PutRowIndex(), R1h, R1hr, FullSubMatrixHandler::ResizeReset(), VariableSubMatrixHandler::SetFull(), VariableSubMatrixHandler::SetNullMatrix(), FullSubMatrixHandler::SubT(), and WorkSpaceDim().
|
virtual |
Implements Elem.
Definition at line 1060 of file totalj.cc.
References VectorHandler::Add(), ASSERT, Vec3::Cross(), DEBUGCOUT, F, f2, TplDriveOwner< T >::Get(), StructNode::GetRCurr(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), iAgvEqIndex, iAgvIncid, DofOwnerOwner::iGetFirstIndex(), StructDispNode::iGetFirstMomentumIndex(), iGetNumDof(), iPosEqIndex, iPosIncid, iRotEqIndex, iRotIncid, iVelEqIndex, iVelIncid, M, Mat3x3::MulTM(), Mat3x3::MulTV(), nAgvConstraints, nConstraints, nPosConstraints, nRotConstraints, nVelConstraints, pNode1, pNode2, VectorHandler::PutCoef(), SubVectorHandler::PutRowIndex(), R1h, R1hr, R2hr, VectorHandler::ResizeReset(), RotManip::Rot(), VectorHandler::Sub(), ThetaDelta, ThetaDeltaRemnant, ThetaDrv, tilde_f1, RotManip::VecRot(), WorkSpaceDim(), and XDrv.
|
virtual |
Reimplemented from Elem.
Definition at line 1288 of file totalj.cc.
References InverseDynamics::ACCELERATION, ASSERT, Vec3::Cross(), grad::Cross(), DEBUGCOUT, VectorHandler::DecCoef(), f2, TplDriveOwner< T >::Get(), StructNode::GetRCurr(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), DofOwnerOwner::iGetFirstIndex(), iGetNumDof(), invdyn2str(), InverseDynamics::INVERSE_DYNAMICS, iPosEqIndex, iPosIncid, iRotEqIndex, iRotIncid, MBDYN_EXCEPT_ARGS, Mat3x3::MulMT(), Mat3x3::MulTM(), Mat3x3::MulTV(), nConstraints, nPosConstraints, nRotConstraints, OmegaDrv, OmegaPDrv, pNode1, pNode2, InverseDynamics::POSITION, VectorHandler::PutCoef(), SubVectorHandler::PutRowIndex(), R1h, R1hr, R2hr, VectorHandler::ResizeReset(), RotManip::Rot(), ThetaDelta, ThetaDeltaRemnant, ThetaDrv, tilde_f1, RotManip::VecRot(), InverseDynamics::VELOCITY, WorkSpaceDim(), XDrv, XPDrv, and XPPDrv.
|
virtual |
|
virtual |
Reimplemented from Elem.
Definition at line 188 of file totalj.cc.
References bAgvActive, bPosActive, bRotActive, bVelActive, idx2xyz, DofOwnerOwner::iGetFirstIndex(), nAgvConstraints, nConstraints, nPosConstraints, nRotConstraints, and nVelConstraints.
|
virtual |
Reimplemented from Elem.
Definition at line 282 of file totalj.cc.
References ASSERT, bAgvActive, bPosActive, bRotActive, bVelActive, WithLabel::GetLabel(), idx2xyz, iGetInitialNumDof(), iGetNumDof(), nAgvConstraints, nPosConstraints, nRotConstraints, and nVelConstraints.
|
virtual |
Reimplemented from Elem.
Definition at line 362 of file totalj.cc.
References bAgvActive, bPosActive, bRotActive, bVelActive, idx2xyz, DofOwnerOwner::iGetFirstIndex(), nAgvConstraints, nConstraints, nPosConstraints, nRotConstraints, and nVelConstraints.
|
virtual |
Reimplemented from Elem.
Definition at line 469 of file totalj.cc.
References ASSERT, bAgvActive, bPosActive, bRotActive, bVelActive, WithLabel::GetLabel(), idx2xyz, iGetInitialNumDof(), iGetNumDof(), nAgvConstraints, nPosConstraints, nRotConstraints, and nVelConstraints.
|
virtual |
Reimplemented from SimulationEntity.
Definition at line 1993 of file totalj.cc.
References ASSERT, bPosActive, bRotActive, Vec3::Cross(), F, f1, f2, TplDriveOwner< T >::Get(), StructNode::GetRCurr(), StructDispNode::GetVCurr(), Mat3x3::GetVec(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), M, Mat3x3::MulTV(), pNode1, pNode2, R1h, R1hr, R2hr, ThetaDeltaTrue, ThetaDrv, Unwrap(), RotManip::VecRot(), and XDrv.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from Elem.
Definition at line 154 of file totalj.h.
References DofOrder::ALGEBRAIC, ASSERT, and nConstraints.
|
virtual |
Reimplemented from SimulationEntity.
Definition at line 1469 of file totalj.cc.
References DofOrder::ALGEBRAIC, ASSERTMSGBREAK, and iGetNumDof().
|
inlinevirtual |
|
inlinevirtual |
Implements SubjectToInitialAssembly.
Definition at line 220 of file totalj.h.
References nConstraints.
Referenced by DescribeDof(), DescribeEq(), InitialAssJac(), and InitialAssRes().
|
inlinevirtual |
Reimplemented from Elem.
Definition at line 129 of file totalj.h.
References nConstraints.
Referenced by AssJac(), AssRes(), DescribeDof(), DescribeEq(), and GetEqType().
|
virtual |
Reimplemented from SimulationEntity.
|
virtual |
|
virtual |
Implements SubjectToInitialAssembly.
Definition at line 1559 of file totalj.cc.
References FullSubMatrixHandler::Add(), FullSubMatrixHandler::AddT(), Vec3::Cross(), F, f2, StructNode::GetRCurr(), StructNode::GetRRef(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), DofOwnerOwner::iGetFirstIndex(), StructDispNode::iGetFirstPositionIndex(), iGetInitialNumDof(), InitialWorkSpaceDim(), iPosIncid, iRotIncid, M, MatCross, MatCrossCross, nConstraints, nPosConstraints, nRotConstraints, pNode1, pNode2, FullSubMatrixHandler::PutColIndex(), FullSubMatrixHandler::PutRowIndex(), R1h, R1hr, FullSubMatrixHandler::ResizeReset(), VariableSubMatrixHandler::SetFull(), VariableSubMatrixHandler::SetNullMatrix(), FullSubMatrixHandler::Sub(), FullSubMatrixHandler::SubT(), and Zero3.
|
virtual |
Implements SubjectToInitialAssembly.
Definition at line 1796 of file totalj.cc.
References VectorHandler::Add(), TplDriveOwner< T >::bIsDifferentiable(), Vec3::Cross(), DEBUGCOUT, F, f2, TplDriveOwner< T >::Get(), TplDriveOwner< T >::GetP(), StructNode::GetRCurr(), StructNode::GetRRef(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), DofOwnerOwner::iGetFirstIndex(), StructDispNode::iGetFirstPositionIndex(), iGetInitialNumDof(), InitialWorkSpaceDim(), iPosIncid, iRotIncid, M, Mat3x3::MulTM(), nConstraints, nPosConstraints, nRotConstraints, pNode1, pNode2, VectorHandler::PutCoef(), SubVectorHandler::PutRowIndex(), R1h, R1hr, R2hr, VectorHandler::ResizeReset(), RotManip::Rot(), VectorHandler::Sub(), ThetaDelta, ThetaDrv, tilde_f1, RotManip::VecRot(), XDrv, and Zero3.
|
inlinevirtual |
Implements SubjectToInitialAssembly.
Definition at line 224 of file totalj.h.
References nConstraints.
Referenced by InitialAssJac(), and InitialAssRes().
|
virtual |
Reimplemented from ToBeOutput.
Definition at line 1504 of file totalj.cc.
References ToBeOutput::bToBeOutput(), F, f2, OutputHandler::GetCurrentStep(), WithLabel::GetLabel(), StructNode::GetRCurr(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), OutputHandler::JOINTS, OutputHandler::Joints(), M, Mat3x3::MulTM(), Mat3x3::MulTV(), Joint::Output(), Vec3::pGetVec(), pNode1, pNode2, R1h, R1hr, R2hr, tilde_f1, OutputHandler::UseNetCDF(), OutputHandler::UseText(), V1, V2, and RotManip::VecRot().
|
virtual |
Reimplemented from ToBeOutput.
Definition at line 1478 of file totalj.cc.
References ToBeOutput::bToBeOutput(), OutputHandler::JOINTS, ORIENTATION_VECTOR, Joint::OutputPrepare_int(), and OutputHandler::UseNetCDF().
|
virtual |
Reimplemented from SimulationEntity.
Definition at line 649 of file totalj.cc.
References STRLENOF.
|
virtual |
Implements Elem.
Definition at line 753 of file totalj.cc.
References bAgvActive, bPosActive, bRotActive, bVelActive, f1, f2, WithLabel::GetLabel(), Mat3x3::GetVec(), OmegaDrv, OmegaPDrv, TplDriveOwner< T >::pGetDriveCaller(), pNode1, pNode2, R1h, R1hr, R2h, R2hr, TplDriveCaller< T >::Restart(), Joint::Restart(), ThetaDrv, Vec3::Write(), XDrv, XPDrv, and XPPDrv.
|
virtual |
Reimplemented from Joint.
Definition at line 563 of file totalj.cc.
References f1, f2, TplDriveOwner< T >::Get(), StructNode::GetRCurr(), StructDispNode::GetXCurr(), MBDYN_EXCEPT_ARGS, Mat3x3::MulTM(), Mat3x3::MulTV(), OmegaDrv, OmegaPDrv, pNode1, pNode2, Joint::JointDriveHint< T >::pTDH, R1h, R1hr, R2h, R2hr, TplDriveOwner< T >::Set(), ThetaDrv, tilde_f1, Mat3x3::Transpose(), WithLabel::uLabel, XDrv, XPDrv, and XPPDrv.
|
virtual |
Reimplemented from Joint.
Definition at line 1455 of file totalj.cc.
References F, DofOwnerOwner::iGetFirstIndex(), iPosEqIndex, iPosIncid, iRotEqIndex, iRotIncid, M, nPosConstraints, and nRotConstraints.
|
private |
Definition at line 60 of file totalj.h.
Referenced by DescribeDof(), DescribeEq(), Restart(), and TotalJoint().
|
private |
Definition at line 56 of file totalj.h.
Referenced by DescribeDof(), DescribeEq(), dGetPrivData(), Restart(), and TotalJoint().
|
private |
Definition at line 57 of file totalj.h.
Referenced by DescribeDof(), DescribeEq(), dGetPrivData(), Restart(), and TotalJoint().
|
private |
Definition at line 59 of file totalj.h.
Referenced by DescribeDof(), DescribeEq(), Restart(), and TotalJoint().
|
mutableprivate |
Definition at line 96 of file totalj.h.
Referenced by AssJac(), AssRes(), dGetPrivData(), InitialAssJac(), InitialAssRes(), Output(), and Update().
|
private |
Definition at line 50 of file totalj.h.
Referenced by dGetPrivData(), Restart(), and SetValue().
|
private |
Definition at line 53 of file totalj.h.
Referenced by AssJac(), AssRes(), dGetPrivData(), InitialAssJac(), InitialAssRes(), Output(), Restart(), and SetValue().
|
private |
Definition at line 84 of file totalj.h.
Referenced by AssJac(), AssRes(), and TotalJoint().
|
private |
Definition at line 79 of file totalj.h.
Referenced by AssJac(), AssRes(), and TotalJoint().
|
private |
|
private |
Definition at line 76 of file totalj.h.
Referenced by AssJac(), AssRes(), InitialAssJac(), InitialAssRes(), TotalJoint(), and Update().
|
private |
|
private |
Definition at line 77 of file totalj.h.
Referenced by AfterConvergence(), AssJac(), AssRes(), InitialAssJac(), InitialAssRes(), TotalJoint(), and Update().
|
private |
Definition at line 83 of file totalj.h.
Referenced by AssJac(), AssRes(), and TotalJoint().
|
private |
Definition at line 78 of file totalj.h.
Referenced by AssJac(), AssRes(), and TotalJoint().
|
mutableprivate |
Definition at line 95 of file totalj.h.
Referenced by AssJac(), AssRes(), dGetPrivData(), InitialAssJac(), InitialAssRes(), Output(), and Update().
|
private |
Definition at line 74 of file totalj.h.
Referenced by AssJac(), AssRes(), DescribeDof(), DescribeEq(), and TotalJoint().
|
private |
Definition at line 70 of file totalj.h.
Referenced by AssJac(), AssRes(), DescribeDof(), DescribeEq(), GetDofType(), iGetInitialNumDof(), iGetNumDof(), InitialAssJac(), InitialAssRes(), InitialWorkSpaceDim(), TotalJoint(), and WorkSpaceDim().
|
private |
Definition at line 71 of file totalj.h.
Referenced by AssJac(), AssRes(), DescribeDof(), DescribeEq(), InitialAssJac(), InitialAssRes(), TotalJoint(), and Update().
|
private |
Definition at line 72 of file totalj.h.
Referenced by AfterConvergence(), AssJac(), AssRes(), DescribeDof(), DescribeEq(), InitialAssJac(), InitialAssRes(), TotalJoint(), and Update().
|
private |
Definition at line 73 of file totalj.h.
Referenced by AssJac(), AssRes(), DescribeDof(), DescribeEq(), and TotalJoint().
|
private |
Definition at line 67 of file totalj.h.
Referenced by AssRes(), Restart(), and SetValue().
|
private |
Definition at line 68 of file totalj.h.
Referenced by AssRes(), Restart(), and SetValue().
|
private |
Definition at line 48 of file totalj.h.
Referenced by AfterConvergence(), AssJac(), AssRes(), dGetPrivData(), GetConnectedNodes(), InitialAssJac(), InitialAssRes(), Output(), Restart(), SetValue(), and TotalJoint().
|
private |
Definition at line 49 of file totalj.h.
Referenced by AfterConvergence(), AssJac(), AssRes(), dGetPrivData(), GetConnectedNodes(), InitialAssJac(), InitialAssRes(), Output(), Restart(), SetValue(), and TotalJoint().
|
private |
Definition at line 51 of file totalj.h.
Referenced by AssJac(), AssRes(), dGetPrivData(), InitialAssJac(), InitialAssRes(), Output(), Restart(), and SetValue().
|
private |
Definition at line 52 of file totalj.h.
Referenced by AfterConvergence(), AssJac(), AssRes(), dGetPrivData(), InitialAssJac(), InitialAssRes(), Output(), Restart(), SetValue(), and TotalJoint().
|
private |
Definition at line 54 of file totalj.h.
Referenced by Restart(), and SetValue().
|
private |
Definition at line 55 of file totalj.h.
Referenced by AfterConvergence(), AssRes(), dGetPrivData(), InitialAssRes(), Output(), Restart(), SetValue(), and TotalJoint().
|
mutableprivate |
Definition at line 97 of file totalj.h.
Referenced by AfterConvergence(), AssRes(), and InitialAssRes().
|
mutableprivate |
Definition at line 98 of file totalj.h.
Referenced by AfterConvergence().
|
private |
Definition at line 100 of file totalj.h.
Referenced by AfterConvergence(), and AssRes().
|
private |
Definition at line 101 of file totalj.h.
Referenced by AfterConvergence(), dGetPrivData(), and TotalJoint().
|
private |
Definition at line 66 of file totalj.h.
Referenced by AssRes(), dGetPrivData(), InitialAssRes(), Restart(), and SetValue().
|
private |
Definition at line 86 of file totalj.h.
Referenced by AssRes(), InitialAssRes(), Output(), and SetValue().
|
private |
Definition at line 62 of file totalj.h.
Referenced by AssRes(), dGetPrivData(), InitialAssRes(), Restart(), and SetValue().
|
private |
Definition at line 63 of file totalj.h.
Referenced by AssRes(), Restart(), and SetValue().
|
private |
Definition at line 64 of file totalj.h.
Referenced by AssRes(), Restart(), and SetValue().