Home
last modified time | relevance | path

Searched refs:neohookean_lambda (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
9113 neohookean_lambda = deformable.m_neohookeanCoefficients.lambda; in processDeformable()
9115 if (neohookean_mu > 0 || neohookean_lambda > 0) in processDeformable()
9117 …e* neohookeanForce = new btDeformableNeoHookeanForce(neohookean_mu, neohookean_lambda, neohookean_… 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
9113 neohookean_lambda = deformable.m_neohookeanCoefficients.lambda; in processDeformable()
9115 if (neohookean_mu > 0 || neohookean_lambda > 0) in processDeformable()
9117 …e* neohookeanForce = new btDeformableNeoHookeanForce(neohookean_mu, neohookean_lambda, neohookean_… in processDeformable()