preSolve method

void preSolve(
  1. double timeStep,
  2. double invTimeStep
)

Prepare for solving the constraint

Implementation

void preSolve(double timeStep,double invTimeStep){
  printError("Constraint", "Inheritance error.");
}