Home
last modified time | relevance | path

Searched refs:MyPushForceImpl (Results 1 – 6 of 6) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/
H A DTimsBoxBristle.cpp736 class MyPushForceImpl : public Force::Custom::Implementation { class
738 MyPushForceImpl(const MobilizedBody& bodyB, in MyPushForceImpl() function in MyPushForceImpl
870 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0.05,0.2,0.4), in main()
873 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0.03, 0.06, 0.09), in main()
877 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0), in main()
880 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0), in main()
886 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(.1, 0, .45), in main()
H A DRigidContact1.cpp56 class MyPushForceImpl : public Force::Custom::Implementation { class
58 MyPushForceImpl(const MobilizedBody& bodyB, in MyPushForceImpl() function in MyPushForceImpl
626 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(0.05,0.2,0.4), in TimsBox()
629 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(0.03, 0.06, 0.09), in TimsBox()
633 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(0), in TimsBox()
636 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(0), in TimsBox()
642 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(.1, 0, .45), in TimsBox()
H A DTimsBoxHybrid.cpp1021 class MyPushForceImpl : public Force::Custom::Implementation { class
1023 MyPushForceImpl(const MobilizedBody& bodyB, in MyPushForceImpl() function in MyPushForceImpl
1159 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0.05,0.2,0.4), in main()
1162 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0.03, 0.06, 0.09), in main()
1166 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0), in main()
1169 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0), in main()
1175 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(.1, 0, .45), in main()
H A DTimsBox.cpp1511 class MyPushForceImpl : public Force::Custom::Implementation { class
1513 MyPushForceImpl(const MobilizedBody& bodyB, in MyPushForceImpl() function in MyPushForceImpl
1689 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0.05,0.2,0.4), in main()
1692 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0.03, 0.06, 0.09), in main()
1696 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0), in main()
1699 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(0), in main()
1705 Force::Custom(forces, new MyPushForceImpl(brick, Vec3(.1, 0, .45), in main()
H A DTimsBoxPGS.cpp757 class MyPushForceImpl : public Force::Custom::Implementation { class
759 MyPushForceImpl(const MobilizedBody& bodyB, in MyPushForceImpl() function in __anon430c763f0211::MyPushForceImpl
3552 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(0.05,0.2,0.4), in TimsBox()
3555 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(0.03, 0.06, 0.09), in TimsBox()
3559 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(0), in TimsBox()
3562 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(0), in TimsBox()
3568 Force::Custom(forces, new MyPushForceImpl(m_brick, Vec3(.1, 0, .45), in TimsBox()
H A DUnilateralPointContactWithFriction.cpp1416 class MyPushForceImpl : public Force::Custom::Implementation { class
1418 MyPushForceImpl(const MobilizedBody& bodyB, in MyPushForceImpl() function in MyPushForceImpl
1508 Force::Custom(forces, new MyPushForceImpl(cube,Vec3(1,1,0),2*Vec3(0,0,10), in main()
1510 Force::Custom(forces, new MyPushForceImpl(cube,Vec3(1,1,0),Vec3(7,8,10), in main()