Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1378 PetscErrorCode TSThetaSetEndpoint(TS ts, PetscBool flg) in TSThetaSetEndpoint() function
1423 PetscCall(TSThetaSetEndpoint(ts, PETSC_FALSE)); in TSCreate_BEuler()
1466 PetscCall(TSThetaSetEndpoint(ts, PETSC_TRUE)); in TSCreate_CN()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi278 PetscErrorCode TSThetaSetEndpoint(PetscTS, PetscBool)
H A DTS.pyx3052 petsc.TSThetaSetEndpoint
3056 CHKERR(TSThetaSetEndpoint(self.ts, bval))
/petsc/include/
H A Dpetscts.h1548 PETSC_EXTERN PetscErrorCode TSThetaSetEndpoint(TS, PetscBool);