Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi215 PetscErrorCode TSGetTolerances(PetscTS, PetscReal*, PetscVec*, PetscReal*, PetscVec*)
H A DTS.pyx2086 petsc.TSGetTolerances
2093 CHKERR(TSGetTolerances(self.ts, &ratol, &vatol, &rrtol, &vrtol))
/petsc/include/
H A Dpetscts.h802 PETSC_EXTERN PetscErrorCode TSGetTolerances(TS, PetscReal *, Vec *, PetscReal *, Vec *);
/petsc/src/ts/tutorials/
H A Dex30.c1736 PetscCall(TSGetTolerances(ts, &atol, NULL, &rtol, NULL)); in SetInitialConditionsAndTolerances()
1832 PetscCall(TSGetTolerances(ts, &atol, NULL, &rtol, NULL)); in SetInitialConditionsAndTolerances()
/petsc/src/ts/interface/
H A Dts.c5206 PetscErrorCode TSGetTolerances(TS ts, PetscReal *atol, Vec *vatol, PetscReal *rtol, Vec *vrtol) in TSGetTolerances() function