Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi277 PetscErrorCode TSThetaGetTheta(PetscTS, PetscReal*)
H A DTS.pyx3033 petsc.TSThetaGetTheta
3037 CHKERR(TSThetaGetTheta(self.ts, &rval))
/petsc/include/
H A Dpetscts.h1546 PETSC_EXTERN PetscErrorCode TSThetaGetTheta(TS, PetscReal *);
/petsc/src/ts/tutorials/
H A Dex10.c261 if (istheta && rd->endpoint) PetscCall(TSThetaGetTheta(ts, Theta)); in RDGetLocalArrays()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1305 PetscErrorCode TSThetaGetTheta(TS ts, PetscReal *theta) in TSThetaGetTheta() function