Home
last modified time | relevance | path

Searched refs:TSThetaGetEndpoint (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi279 PetscErrorCode TSThetaGetEndpoint(PetscTS, PetscBool*)
H A DTS.pyx3065 petsc.TSThetaGetEndpoint
3069 CHKERR(TSThetaGetEndpoint(self.ts, &flag))
/petsc/include/
H A Dpetscts.h1547 PETSC_EXTERN PetscErrorCode TSThetaGetEndpoint(TS, PetscBool *);
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1353 PetscErrorCode TSThetaGetEndpoint(TS ts, PetscBool *endpoint) in TSThetaGetEndpoint() function