Home
last modified time | relevance | path

Searched refs:TSAlphaSetRadius (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tests/
H A Dex81.c80 PetscCall(TSAlphaSetRadius(ts, user.radius)); in main()
/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c381 if (flg) PetscCall(TSAlphaSetRadius(ts, radius)); in TSSetFromOptions_Alpha()
510 PetscErrorCode TSAlphaSetRadius(TS ts, PetscReal radius) in TSAlphaSetRadius() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi281 PetscErrorCode TSAlphaSetRadius(PetscTS, PetscReal)
H A DTS.pyx3090 petsc.TSAlphaSetRadius
3094 CHKERR(TSAlphaSetRadius(self.ts, rval))
/petsc/include/
H A Dpetscts.h1550 PETSC_EXTERN PetscErrorCode TSAlphaSetRadius(TS, PetscReal);