Home
last modified time | relevance | path

Searched refs:TSThetaSetTheta (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.c69 PetscCall(TSThetaSetTheta(ts,1.0)); in RunTest()
/petsc/src/ts/tutorials/
H A Dex17.c87 PetscCall(TSThetaSetTheta(ts, 1.0)); /* Make the Theta method behave like backward Euler */ in main()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1330 PetscErrorCode TSThetaSetTheta(TS ts, PetscReal theta) in TSThetaSetTheta() function
1422 PetscCall(TSThetaSetTheta(ts, 1.0)); in TSCreate_BEuler()
1465 PetscCall(TSThetaSetTheta(ts, 0.5)); in TSCreate_CN()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi276 PetscErrorCode TSThetaSetTheta(PetscTS, PetscReal)
H A DTS.pyx3020 petsc.TSThetaSetTheta
3024 CHKERR(TSThetaSetTheta(self.ts, rval))
/petsc/include/
H A Dpetscts.h1545 PETSC_EXTERN PetscErrorCode TSThetaSetTheta(TS, PetscReal);