Lines Matching refs:finish
185 …etscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *next_h, PetscBool *finish) in TSGLLEAdaptChoose() argument
194 PetscAssertPointer(finish, 11); in TSGLLEAdaptChoose()
195 …PetscUseTypeMethod(adapt, choose, n, orders, errors, cost, cur, h, tleft, next_sc, next_h, finish); in TSGLLEAdaptChoose()
226 …etscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *next_h, PetscBool *finish) in TSGLLEAdaptChoose_None() argument
232 *finish = PETSC_TRUE; in TSGLLEAdaptChoose_None()
234 } else *finish = PETSC_FALSE; in TSGLLEAdaptChoose_None()
254 …etscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *next_h, PetscBool *finish) in TSGLLEAdaptChoose_Size() argument
272 *finish = PETSC_TRUE; in TSGLLEAdaptChoose_Size()
274 } else *finish = PETSC_FALSE; in TSGLLEAdaptChoose_Size()
295 …etscInt cur, PetscReal h, PetscReal tleft, PetscInt *next_sc, PetscReal *next_h, PetscBool *finish) in TSGLLEAdaptChoose_Both() argument
333 *finish = PETSC_TRUE; in TSGLLEAdaptChoose_Both()
335 } else *finish = PETSC_FALSE; in TSGLLEAdaptChoose_Both()