MBDyn-1.7.3
|
#include <vehj3.h>
Public Member Functions | |
DeformableJoint (unsigned int uL, const DofOwner *pDO, const ConstitutiveLaw6D *pCL, const StructNode *pN1, const StructNode *pN2, const Vec3 &tilde_f1, const Vec3 &tilde_f2, const Mat3x3 &tilde_R1h, const Mat3x3 &tilde_R2h, const OrientationDescription &od, flag fOut) | |
virtual | ~DeformableJoint (void) |
virtual Joint::Type | GetJointType (void) const |
virtual std::ostream & | Restart (std::ostream &out) const |
void | OutputPrepare (OutputHandler &OH) |
virtual void | Output (OutputHandler &OH) const |
void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *ph=0) |
virtual Hint * | ParseHint (DataManager *pDM, const char *s) const |
virtual bool | bInverseDynamics (void) const |
virtual ConstLawType::Type | GetConstLawType (void) const =0 |
virtual unsigned int | iGetNumDof (void) const |
virtual DofOrder::Order | GetDofType (unsigned int) const |
virtual void | WorkSpaceDim (integer *piNumRows, integer *piNumCols) const |
virtual unsigned int | iGetInitialNumDof (void) const |
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 |
virtual VariableSubMatrixHandler & | AssJac (VariableSubMatrixHandler &WorkMat, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
virtual void | AssMats (VariableSubMatrixHandler &WorkMatA, VariableSubMatrixHandler &WorkMatB, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
virtual SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr, const VectorHandler &XPrimePrimeCurr, InverseDynamics::Order iOrder=InverseDynamics::INVERSE_DYNAMICS) |
virtual SubVectorHandler & | InitialAssRes (SubVectorHandler &WorkVec, const VectorHandler &XCurr) |
Public Member Functions inherited from Elem | |
Elem (unsigned int uL, flag fOut) | |
virtual | ~Elem (void) |
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 |
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 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 | 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 | AfterConvergence (const VectorHandler &X, const VectorHandler &XP) |
virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP, const VectorHandler &XPP) |
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 &) |
virtual void | Update (const VectorHandler &XCurr, InverseDynamics::Order iOrder=InverseDynamics::INVERSE_DYNAMICS) |
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) |
virtual void | InitialWorkSpaceDim (integer *piNumRows, integer *piNumCols) const =0 |
virtual VariableSubMatrixHandler & | InitialAssJac (VariableSubMatrixHandler &WorkMat, const VectorHandler &XCurr)=0 |
Public Member Functions inherited from ConstitutiveLawOwner< T, Tder > | |
ConstitutiveLawOwner (const ConstitutiveLaw< T, Tder > *pCL) | |
virtual | ~ConstitutiveLawOwner (void) |
ConstitutiveLaw< T, Tder > * | pGetConstLaw (void) const |
void | Update (const T &Eps, const T &EpsPrime=mb_zero< T >()) |
void | AfterConvergence (const T &Eps, const T &EpsPrime=mb_zero< T >()) |
const T & | GetF (void) const |
const Tder & | GetFDE (void) const |
const Tder & | GetFDEPrime (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 std::ostream & | OutputAppend (std::ostream &out) const |
Protected Member Functions | |
void | AssMatCommon (FullSubMatrixHandler &WM, doublereal dCoef) |
void | AssMatElastic (FullSubMatrixHandler &WM, doublereal dCoef, const Mat6x6 &FDE) |
void | AssMatViscous (FullSubMatrixHandler &WMA, FullSubMatrixHandler &WMB, doublereal dCoef, const Mat6x6 &FDEPrime) |
virtual void | AssMats (FullSubMatrixHandler &WMA, FullSubMatrixHandler &WMB, doublereal dCoef)=0 |
virtual void | AssVec (SubVectorHandler &WorkVec)=0 |
Protected Member Functions inherited from Joint | |
virtual void | OutputPrepare_int (const std::string &type, OutputHandler &OH, std::string &name) |
Protected Member Functions inherited from ElemGravityOwner | |
virtual Vec3 | GetS_int (void) const |
virtual Mat3x3 | GetJ_int (void) const |
virtual Vec3 | GetB_int (void) const |
virtual Vec3 | GetG_int (void) const |
Protected Attributes | |
const StructNode * | pNode1 |
const StructNode * | pNode2 |
Vec3 | tilde_f1 |
Vec3 | tilde_f2 |
Mat3x3 | tilde_R1h |
Mat3x3 | tilde_R2h |
OrientationDescription | od |
Vec6 | tilde_k |
Vec6 | tilde_kPrime |
bool | bFirstRes |
Vec3 | d1 |
Vec3 | d2 |
Vec3 | d1Prime |
Vec3 | d2Prime |
Mat3x3 | R1h |
Vec6 | F |
Protected Attributes inherited from WithLabel | |
unsigned int | uLabel |
std::string | sName |
Protected Attributes inherited from ToBeOutput | |
flag | fOutput |
Protected Attributes inherited from GravityOwner | |
Gravity * | pGravity |
Protected Attributes inherited from ConstitutiveLawOwner< T, Tder > | |
ConstitutiveLaw< T, Tder > * | pConstLaw |
DeformableJoint::DeformableJoint | ( | unsigned int | uL, |
const DofOwner * | pDO, | ||
const ConstitutiveLaw6D * | pCL, | ||
const StructNode * | pN1, | ||
const StructNode * | pN2, | ||
const Vec3 & | tilde_f1, | ||
const Vec3 & | tilde_f2, | ||
const Mat3x3 & | tilde_R1h, | ||
const Mat3x3 & | tilde_R2h, | ||
const OrientationDescription & | od, | ||
flag | fOut | ||
) |
Definition at line 57 of file vehj3.cc.
References ASSERT, StructDispNode::GetNodeType(), StructNode::GetRRef(), pNode1, pNode2, R1h, Node::STRUCTURAL, and tilde_R1h.
|
virtual |
|
virtual |
Implements Elem.
Definition at line 648 of file vehj3.cc.
References AssMats(), StructDispNode::iGetFirstMomentumIndex(), StructDispNode::iGetFirstPositionIndex(), pNode1, pNode2, FullSubMatrixHandler::PutColIndex(), FullSubMatrixHandler::PutRowIndex(), FullSubMatrixHandler::ResizeReset(), VariableSubMatrixHandler::SetFull(), and WorkSpaceDim().
Referenced by ElasticJoint::AssJac().
|
protected |
Definition at line 461 of file vehj3.cc.
References FullSubMatrixHandler::Add(), d1, d2, F, StructNode::GetRCurr(), Vec6::GetVec1(), Vec6::GetVec2(), StructDispNode::GetXCurr(), MatCross, MatCrossCross, pNode1, pNode2, FullSubMatrixHandler::Sub(), and tilde_f2.
Referenced by ElasticJoint::AssMats(), ElasticJointInv::AssMats(), ViscousJoint::AssMats(), and ViscoElasticJoint::AssMats().
|
protected |
Definition at line 490 of file vehj3.cc.
References FullSubMatrixHandler::Add(), Vec3::Cross(), d1, d2, Mat6x6::GetMat11(), Mat6x6::GetMat12(), Mat6x6::GetMat21(), Mat6x6::GetMat22(), MatCross, and FullSubMatrixHandler::Sub().
Referenced by ElasticJoint::AssMats(), ElasticJointInv::AssMats(), and ViscoElasticJoint::AssMats().
|
protectedpure virtual |
Implemented in ViscoElasticJoint, ViscousJoint, ElasticJointInv, and ElasticJoint.
|
virtual |
Reimplemented from Elem.
Reimplemented in ElasticJointInv, and ElasticJoint.
Definition at line 682 of file vehj3.cc.
References AssMats(), StructDispNode::iGetFirstMomentumIndex(), StructDispNode::iGetFirstPositionIndex(), pNode1, pNode2, FullSubMatrixHandler::PutColIndex(), FullSubMatrixHandler::PutRowIndex(), FullSubMatrixHandler::ResizeReset(), VariableSubMatrixHandler::SetFull(), and WorkSpaceDim().
|
protected |
Definition at line 543 of file vehj3.cc.
References FullSubMatrixHandler::Add(), Vec3::Cross(), d1, d1Prime, d2, d2Prime, Mat6x6::GetMat11(), Mat6x6::GetMat12(), Mat6x6::GetMat21(), Mat6x6::GetMat22(), StructNode::GetWCurr(), MatCross, MatCrossCross, pNode1, pNode2, and FullSubMatrixHandler::Sub().
Referenced by ViscousJoint::AssMats(), and ViscoElasticJoint::AssMats().
|
virtual |
Implements Elem.
Definition at line 721 of file vehj3.cc.
References AssVec(), StructDispNode::iGetFirstMomentumIndex(), pNode1, pNode2, SubVectorHandler::PutRowIndex(), VectorHandler::ResizeReset(), and WorkSpaceDim().
|
virtual |
Reimplemented from Elem.
Definition at line 749 of file vehj3.cc.
References ASSERT, AssVec(), bFirstRes, Elem::bIsErgonomy(), StructDispNode::iGetFirstPositionIndex(), InverseDynamics::INVERSE_DYNAMICS, pNode1, pNode2, InverseDynamics::POSITION, SubVectorHandler::PutRowIndex(), VectorHandler::ResizeReset(), and WorkSpaceDim().
|
protectedpure virtual |
Implemented in ViscoElasticJoint, ViscousJoint, ElasticJointInv, and ElasticJoint.
Referenced by AssRes(), and InitialAssRes().
|
virtual |
|
virtual |
Reimplemented from ConstitutiveLawOwner< T, Tder >.
Definition at line 393 of file vehj3.cc.
References ASSERT, grad::Cross(), ConstitutiveLawOwner< T, Tder >::dGetPrivData(), ConstitutiveLawOwner< T, Tder >::GetF(), StructNode::GetRCurr(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), iGetNumPrivData(), pNode1, pNode2, tilde_f1, tilde_f2, tilde_R1h, tilde_R2h, Mat3x3::Transpose(), grad::Transpose(), and RotManip::VecRot().
|
inlinevirtual |
|
pure virtual |
Implemented in ViscoElasticJoint, ViscousJoint, ElasticJointInv, and ElasticJoint.
Referenced by Output().
|
inlinevirtual |
Reimplemented from ConstitutiveLawOwner< T, Tder >.
Definition at line 147 of file vehj3.h.
References DofOrder::UNKNOWN.
|
inlinevirtual |
|
inlinevirtual |
Implements SubjectToInitialAssembly.
|
inlinevirtual |
Reimplemented from ConstitutiveLawOwner< T, Tder >.
|
virtual |
Reimplemented from ConstitutiveLawOwner< T, Tder >.
Definition at line 322 of file vehj3.cc.
References ConstitutiveLawOwner< T, Tder >::iGetNumPrivData().
Referenced by dGetPrivData().
|
virtual |
Reimplemented from ConstitutiveLawOwner< T, Tder >.
Definition at line 328 of file vehj3.cc.
References ASSERT, ConstitutiveLawOwner< T, Tder >::iGetPrivDataIdx(), and STRLENOF.
|
virtual |
Implements SubjectToInitialAssembly.
Definition at line 783 of file vehj3.cc.
References AssVec(), StructDispNode::iGetFirstPositionIndex(), SubjectToInitialAssembly::InitialWorkSpaceDim(), pNode1, pNode2, SubVectorHandler::PutRowIndex(), and VectorHandler::ResizeReset().
|
virtual |
Reimplemented from ToBeOutput.
Definition at line 143 of file vehj3.cc.
References ToBeOutput::bToBeOutput(), dRaDegr, EULER_123, EULER_313, EULER_321, F, GetConstLawType(), OutputHandler::GetCurrentStep(), ConstitutiveLawOwner< T, Tder >::GetF(), WithLabel::GetLabel(), StructNode::GetRCurr(), Vec6::GetVec1(), OutputHandler::JOINTS, OutputHandler::Joints(), MatR2EulerAngles123(), MatR2EulerAngles313(), MatR2EulerAngles321(), Mat3x3::MulTM(), od, ORIENTATION_MATRIX, ORIENTATION_VECTOR, Joint::Output(), Mat3x3::pGetMat(), Vec3::pGetVec(), pNode1, pNode2, R, R1h, tilde_k, tilde_kPrime, tilde_R1h, tilde_R2h, OutputHandler::UseNetCDF(), OutputHandler::UseText(), RotManip::VecRot(), and ConstLawType::VISCOUS.
|
virtual |
Reimplemented from ToBeOutput.
Definition at line 119 of file vehj3.cc.
References ToBeOutput::bToBeOutput(), OutputHandler::JOINTS, od, Joint::OutputPrepare_int(), and OutputHandler::UseNetCDF().
|
virtual |
Reimplemented from SimulationEntity.
Definition at line 284 of file vehj3.cc.
References SimulationEntity::ParseHint(), and STRLENOF.
|
virtual |
Implements Elem.
Definition at line 104 of file vehj3.cc.
References WithLabel::GetLabel(), Mat3x3::GetVec(), ConstitutiveLawOwner< T, Tder >::pGetConstLaw(), pNode1, pNode2, Joint::Restart(), tilde_f1, tilde_f2, tilde_R1h, tilde_R2h, Write(), and Vec3::Write().
|
virtual |
Reimplemented from Joint.
Definition at line 236 of file vehj3.cc.
References StructNode::GetRCurr(), StructDispNode::GetXCurr(), pNode1, pNode2, SimulationEntity::SetValue(), tilde_f1, tilde_f2, tilde_R1h, tilde_R2h, and Mat3x3::Transpose().
|
protected |
Definition at line 70 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), AssRes(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), and ViscoElasticJoint::AssVec().
|
protected |
Definition at line 72 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), AssMatCommon(), AssMatElastic(), AssMatViscous(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), and ViscoElasticJoint::AssVec().
|
protected |
Definition at line 73 of file vehj3.h.
Referenced by ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), AssMatViscous(), ViscousJoint::AssVec(), and ViscoElasticJoint::AssVec().
|
protected |
Definition at line 72 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), AssMatCommon(), AssMatElastic(), AssMatViscous(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), and ViscoElasticJoint::AssVec().
|
protected |
Definition at line 73 of file vehj3.h.
Referenced by ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), AssMatViscous(), ViscousJoint::AssVec(), and ViscoElasticJoint::AssVec().
|
protected |
Definition at line 76 of file vehj3.h.
Referenced by AssMatCommon(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), ViscoElasticJoint::AssVec(), and Output().
|
protected |
Definition at line 53 of file vehj3.h.
Referenced by Output(), and OutputPrepare().
|
protected |
Definition at line 46 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), AssJac(), AssMatCommon(), AssMats(), ElasticJoint::AssMats(), ElasticJointInv::AssMats(), AssMatViscous(), AssRes(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), ViscoElasticJoint::AssVec(), DeformableJoint(), dGetPrivData(), GetConnectedNodes(), ElasticJoint::InitialAssJac(), ElasticJointInv::InitialAssJac(), ViscousJoint::InitialAssJac(), ViscoElasticJoint::InitialAssJac(), InitialAssRes(), Output(), Restart(), and SetValue().
|
protected |
Definition at line 47 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), AssJac(), AssMatCommon(), AssMats(), ElasticJoint::AssMats(), ElasticJointInv::AssMats(), AssMatViscous(), AssRes(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), ViscoElasticJoint::AssVec(), DeformableJoint(), dGetPrivData(), GetConnectedNodes(), ElasticJoint::InitialAssJac(), ElasticJointInv::InitialAssJac(), ViscousJoint::InitialAssJac(), ViscoElasticJoint::InitialAssJac(), InitialAssRes(), Output(), Restart(), and SetValue().
|
protected |
Definition at line 74 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), ViscoElasticJoint::AssVec(), DeformableJoint(), ElasticJoint::ElasticJoint(), ElasticJointInv::ElasticJointInv(), Output(), ViscoElasticJoint::ViscoElasticJoint(), and ViscousJoint::ViscousJoint().
|
mutableprotected |
Definition at line 48 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscoElasticJoint::AfterPredict(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscoElasticJoint::AssVec(), dGetPrivData(), Restart(), and SetValue().
|
mutableprotected |
Definition at line 49 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), AssMatCommon(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), ViscoElasticJoint::AssVec(), dGetPrivData(), Restart(), and SetValue().
|
protected |
Definition at line 56 of file vehj3.h.
Referenced by ElasticJoint::AfterConvergence(), ElasticJointInv::AfterConvergence(), ViscousJoint::AfterConvergence(), ViscoElasticJoint::AfterConvergence(), ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscoElasticJoint::AfterPredict(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscoElasticJoint::AssVec(), and Output().
|
protected |
Definition at line 59 of file vehj3.h.
Referenced by ViscousJoint::AfterConvergence(), ViscoElasticJoint::AfterConvergence(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), ViscousJoint::AssVec(), ViscoElasticJoint::AssVec(), and Output().
|
mutableprotected |
Definition at line 50 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscousJoint::AfterPredict(), ViscoElasticJoint::AfterPredict(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscousJoint::AssVec(), ViscoElasticJoint::AssVec(), DeformableJoint(), dGetPrivData(), Output(), Restart(), and SetValue().
|
mutableprotected |
Definition at line 51 of file vehj3.h.
Referenced by ElasticJoint::AfterPredict(), ElasticJointInv::AfterPredict(), ViscoElasticJoint::AfterPredict(), ElasticJoint::AssVec(), ElasticJointInv::AssVec(), ViscoElasticJoint::AssVec(), dGetPrivData(), Output(), Restart(), and SetValue().