Blender V5.0
Preconditioner Class Referenceabstract

#include <btPreconditioner.h>

Inherited by DefaultPreconditioner, KKTPreconditioner, and MassPreconditioner.

Public Types

typedef btAlignedObjectArray< btVector3TVStack

Public Member Functions

virtual void operator() (const TVStack &x, TVStack &b)=0
virtual void reinitialize (bool nodeUpdated)=0
virtual ~Preconditioner ()

Detailed Description

Definition at line 19 of file btPreconditioner.h.

Member Typedef Documentation

◆ TVStack

Constructor & Destructor Documentation

◆ ~Preconditioner()

virtual Preconditioner::~Preconditioner ( )
inlinevirtual

Definition at line 25 of file btPreconditioner.h.

Member Function Documentation

◆ operator()()

virtual void Preconditioner::operator() ( const TVStack & x,
TVStack & b )
pure virtual

Implemented in DefaultPreconditioner, KKTPreconditioner, and MassPreconditioner.

References b, and x.

◆ reinitialize()

virtual void Preconditioner::reinitialize ( bool nodeUpdated)
pure virtual

The documentation for this class was generated from the following file: