Lines Matching refs:tleft
185 …al errors[], const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc… in TSGLLEAdaptChoose() argument
195 …PetscUseTypeMethod(adapt, choose, n, orders, errors, cost, cur, h, tleft, next_sc, next_h, finish); in TSGLLEAdaptChoose()
226 …al errors[], const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc… in TSGLLEAdaptChoose_None() argument
231 if (*next_h > tleft) { in TSGLLEAdaptChoose_None()
233 *next_h = tleft; in TSGLLEAdaptChoose_None()
254 …al errors[], const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc… in TSGLLEAdaptChoose_Size() argument
271 if (*next_h > tleft) { in TSGLLEAdaptChoose_Size()
273 *next_h = tleft; in TSGLLEAdaptChoose_Size()
295 …al errors[], const PetscReal cost[], PetscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc… in TSGLLEAdaptChoose_Both() argument
332 if (*next_h > tleft) { in TSGLLEAdaptChoose_Both()
334 *next_h = tleft; in TSGLLEAdaptChoose_Both()