Blender
V3.3
|
#include <btPreconditioner.h>
Public Types | |
typedef btAlignedObjectArray< btVector3 > | TVStack |
Public Member Functions | |
virtual void | operator() (const TVStack &x, TVStack &b)=0 |
virtual void | reinitialize (bool nodeUpdated)=0 |
virtual | ~Preconditioner () |
Definition at line 19 of file btPreconditioner.h.
Definition at line 22 of file btPreconditioner.h.
|
inlinevirtual |
Definition at line 25 of file btPreconditioner.h.
Implemented in KKTPreconditioner, MassPreconditioner, and DefaultPreconditioner.
Implemented in KKTPreconditioner, MassPreconditioner, and DefaultPreconditioner.
Referenced by btDeformableBodySolver::solveDeformableConstraints().