Searched refs:TSThetaSetTheta (Results 1 – 6 of 6) sorted by relevance
69 PetscCall(TSThetaSetTheta(ts,1.0)); in RunTest()
87 PetscCall(TSThetaSetTheta(ts, 1.0)); /* Make the Theta method behave like backward Euler */ in main()
1330 PetscErrorCode TSThetaSetTheta(TS ts, PetscReal theta) in TSThetaSetTheta() function1422 PetscCall(TSThetaSetTheta(ts, 1.0)); in TSCreate_BEuler()1465 PetscCall(TSThetaSetTheta(ts, 0.5)); in TSCreate_CN()
276 PetscErrorCode TSThetaSetTheta(PetscTS, PetscReal)
3020 petsc.TSThetaSetTheta3024 CHKERR(TSThetaSetTheta(self.ts, rval))
1545 PETSC_EXTERN PetscErrorCode TSThetaSetTheta(TS, PetscReal);