Home
last modified time | relevance | path

Searched refs:neohookean_damping (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp9111 btScalar neohookean_mu, neohookean_lambda, neohookean_damping; in processDeformable() local
9114 neohookean_damping = deformable.m_neohookeanCoefficients.damping; in processDeformable()
9117 …okeanForce = new btDeformableNeoHookeanForce(neohookean_mu, neohookean_lambda, neohookean_damping); in processDeformable()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp9111 btScalar neohookean_mu, neohookean_lambda, neohookean_damping; in processDeformable() local
9114 neohookean_damping = deformable.m_neohookeanCoefficients.damping; in processDeformable()
9117 …okeanForce = new btDeformableNeoHookeanForce(neohookean_mu, neohookean_lambda, neohookean_damping); in processDeformable()