Home
last modified time | relevance | path

Searched refs:TSGLLEAcceptFn (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/impls/implicit/glle/
H A Dglle.h38TSGLLEAcceptFn *Accept; /* Decides whether to accept a given time step, given estimates of local t…
H A Dglle.c766 TSGLLEAcceptFn *r; in TSGLLESetAcceptType_GLLE()
1256 PetscErrorCode TSGLLEAcceptRegister(const char sname[], TSGLLEAcceptFn *function) in TSGLLEAcceptRegister()
/petsc/include/
H A Dpetscts.h1231 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode(TSGLLEAcceptFn)(TS ts, PetscReal nt, PetscReal h, const… typedef
1233 PETSC_EXTERN_TYPEDEF typedef TSGLLEAcceptFn *TSGLLEAcceptFunction;
1235 PETSC_EXTERN PetscErrorCode TSGLLEAcceptRegister(const char[], TSGLLEAcceptFn *);