Searched refs:TSGLLEAcceptFn (Results 1 – 3 of 3) sorted by relevance
38 …TSGLLEAcceptFn *Accept; /* Decides whether to accept a given time step, given estimates of local t…
766 TSGLLEAcceptFn *r; in TSGLLESetAcceptType_GLLE()1256 PetscErrorCode TSGLLEAcceptRegister(const char sname[], TSGLLEAcceptFn *function) in TSGLLEAcceptRegister()
1231 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode(TSGLLEAcceptFn)(TS ts, PetscReal nt, PetscReal h, const… typedef1233 PETSC_EXTERN_TYPEDEF typedef TSGLLEAcceptFn *TSGLLEAcceptFunction;1235 PETSC_EXTERN PetscErrorCode TSGLLEAcceptRegister(const char[], TSGLLEAcceptFn *);