Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex14.c87 PetscCall(TSAdaptSetCheckStage(adapt, TestCheckStage)); in TestExplicitTS()
93 PetscCall(TSAdaptSetCheckStage(adapt, NULL)); in TestExplicitTS()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c378 PetscErrorCode TSAdaptSetCheckStage(TSAdapt adapt, PetscErrorCode (*func)(TSAdapt adapt, TS ts, Pet… in TSAdaptSetCheckStage() function
/petsc/include/
H A Dpetscts.h1157 PETSC_EXTERN PetscErrorCode TSAdaptSetCheckStage(TSAdapt, PetscErrorCode (*)(TSAdapt, TS, PetscReal…