#include <btDeformableCorotatedForce.h>
|
| btDeformableCorotatedForce () |
|
| btDeformableCorotatedForce (btScalar mu, btScalar lambda) |
|
virtual void | addScaledForces (btScalar scale, TVStack &force) |
|
virtual void | addScaledExplicitForce (btScalar scale, TVStack &force) |
|
virtual void | addScaledDampingForce (btScalar scale, TVStack &force) |
|
virtual void | addScaledElasticForce (btScalar scale, TVStack &force) |
|
void | firstPiola (const btMatrix3x3 &F, btMatrix3x3 &P) |
|
virtual void | addScaledElasticForceDifferential (btScalar scale, const TVStack &dx, TVStack &df) |
|
virtual void | addScaledDampingForceDifferential (btScalar scale, const TVStack &dv, TVStack &df) |
|
virtual void | buildDampingForceDifferentialDiagonal (btScalar scale, TVStack &diagA) |
|
virtual btDeformableLagrangianForceType | getForceType () |
|
| btDeformableLagrangianForce () |
|
virtual | ~btDeformableLagrangianForce () |
|
virtual void | addScaledHessian (btScalar scale) |
|
virtual void | reinitialize (bool nodeUpdated) |
|
virtual int | getNumNodes () |
|
virtual void | addSoftBody (btSoftBody *psb) |
|
virtual void | removeSoftBody (btSoftBody *psb) |
|
virtual void | setIndices (const btAlignedObjectArray< btSoftBody::Node * > *nodes) |
|
virtual btMatrix3x3 | Ds (int id0, int id1, int id2, int id3, const TVStack &dx) |
|
virtual btMatrix3x3 | DsFromVelocity (const btSoftBody::Node *n0, const btSoftBody::Node *n1, const btSoftBody::Node *n2, const btSoftBody::Node *n3) |
|
virtual void | testDerivative () |
|
virtual void | testHessian () |
|
virtual double | totalElasticEnergy (btScalar dt) |
|
virtual double | totalDampingEnergy (btScalar dt) |
|
virtual double | totalEnergy (btScalar dt) |
|
◆ TVStack
◆ btDeformableCorotatedForce() [1/2]
btDeformableCorotatedForce::btDeformableCorotatedForce |
( |
| ) |
|
|
inline |
◆ btDeformableCorotatedForce() [2/2]
btDeformableCorotatedForce::btDeformableCorotatedForce |
( |
btScalar |
mu, |
|
|
btScalar |
lambda |
|
) |
| |
|
inline |
◆ addScaledDampingForce()
◆ addScaledDampingForceDifferential()
◆ addScaledElasticForce()
◆ addScaledElasticForceDifferential()
◆ addScaledExplicitForce()
◆ addScaledForces()
◆ buildDampingForceDifferentialDiagonal()
◆ firstPiola()
◆ getForceType()
◆ m_lambda
btScalar btDeformableCorotatedForce::m_lambda |
◆ m_mu
btScalar btDeformableCorotatedForce::m_mu |
The documentation for this class was generated from the following file: