|
| 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 | addScaledForces (btScalar scale, TVStack &force)=0 |
|
virtual void | addScaledDampingForceDifferential (btScalar scale, const TVStack &dv, TVStack &df)=0 |
|
virtual void | buildDampingForceDifferentialDiagonal (btScalar scale, TVStack &diagA)=0 |
|
virtual void | addScaledElasticForceDifferential (btScalar scale, const TVStack &dx, TVStack &df)=0 |
|
virtual void | addScaledExplicitForce (btScalar scale, TVStack &force)=0 |
|
virtual void | addScaledDampingForce (btScalar scale, TVStack &force)=0 |
|
virtual void | addScaledHessian (btScalar scale) |
|
virtual btDeformableLagrangianForceType | getForceType ()=0 |
|
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) |
|