Searched refs:maxChecks (Results 1 – 3 of 3) sorted by relevance
122 private int maxChecks; field in GraggBulirschStoerIntegrator222 this.maxChecks = (maxNumChecks <= 0) ? 1 : maxNumChecks; in setStabilityCheck()495 if (performTest && (j <= maxChecks) && (k < maxIter)) { in tryStep()
412 int maxChecks = 10000000; // set to INT_MAX to defeat the check in buildSegments() local419 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex && --maxChecks > 0) { in buildSegments()