Home
last modified time | relevance | path

Searched refs:GetDOC_c (Results 1 – 25 of 35) sorted by relevance

12

/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChPhysicsItem.h162 virtual int GetDOC() { return GetDOC_c() + GetDOC_d(); } in GetDOC()
165 virtual int GetDOC_c() { return 0; } in GetDOC_c() function
H A DChShaftsBody.h56 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
171 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChShaftsTorqueBase.h38 virtual int GetDOC_c() override { return 0; } in GetDOC_c() function
H A DChShaftsTorqueConverter.h58 virtual int GetDOC_c() override { return 0; } in GetDOC_c() function
H A DChShaftsGear.h50 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChShaftsMotorAngle.h102 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChLinkUniversal.h42 virtual int GetDOC_c() override { return 4; } in GetDOC_c() function
H A DChShaftsClutch.h36 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChLinkRevolute.h42 virtual int GetDOC_c() override { return 5; } in GetDOC_c() function
H A DChShaftsGearbox.h66 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChLinkRevoluteSpherical.h43 virtual int GetDOC_c() override { return 2; } in GetDOC_c() function
H A DChLinkDistance.h55 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChShaftsGearboxAngled.h69 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChShaftsPlanetary.h50 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChLinkRevoluteTranslational.h40 virtual int GetDOC_c() override { return 4; } in GetDOC_c() function
H A DChShaftsMotor.h101 virtual int GetDOC_c() override { return (motor_mode == MOT_MODE_TORQUE) ? 0 : 1; } in GetDOC_c() function
H A DChShaftsMotorSpeed.h112 virtual int GetDOC_c() override { return 1; } in GetDOC_c() function
H A DChLinkMotorRotationDriveline.cpp105 int ChLinkMotorRotationDriveline::GetDOC_c() { in GetDOC_c() function in chrono::ChLinkMotorRotationDriveline
106 return 2 + ChLinkMotorRotation::GetDOC_c(); in GetDOC_c()
H A DChLinkLock.h95 virtual int GetDOC() override { return GetDOC_c() + GetDOC_d(); } in GetDOC()
98 virtual int GetDOC_c() override { return ndoc_c; } in GetDOC_c() function
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChLinkPointFrame.h63 virtual int GetDOC_c() override { return 3; } in GetDOC_c() function
216 virtual int GetDOC_c() override { return ((int)c_x+(int)c_y+(int)c_z); } in GetDOC_c() function
H A DChLinkPointTriface.h79 virtual int GetDOC_c() override { return 3; } in GetDOC_c() function
237 virtual int GetDOC_c() override { return 3; } in GetDOC_c() function
H A DChLinkDirFrame.h62 virtual int GetDOC_c() override { return 2; } in GetDOC_c() function
H A DChLinkPointPoint.h58 virtual int GetDOC_c() override { return 3; } in GetDOC_c() function
H A DChLinkBeamIGAslider.h73 virtual int GetDOC_c() override { return 2; } in GetDOC_c() function
/dports/science/chrono/chrono-7.0.1/src/chrono_multicore/physics/
H A DChSystemMulticore.cpp521 for (int j = 0; j < link->GetDOC_c(); j++) in UpdateLinks()
532 if (item->GetDOC_c() == 0) in GetBilateralType()
548 assert(item->GetDOC_c() == 0); in GetBilateralType()
587 for (int j = 0; j < item->GetDOC_c(); j++) in UpdateOtherPhysics()

12