Searched refs:TSGetTolerances (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 215 PetscErrorCode TSGetTolerances(PetscTS, PetscReal*, PetscVec*, PetscReal*, PetscVec*)
|
| H A D | TS.pyx | 2086 petsc.TSGetTolerances 2093 CHKERR(TSGetTolerances(self.ts, &ratol, &vatol, &rrtol, &vrtol))
|
| /petsc/include/ |
| H A D | petscts.h | 802 PETSC_EXTERN PetscErrorCode TSGetTolerances(TS, PetscReal *, Vec *, PetscReal *, Vec *);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1736 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 D | ts.c | 5206 PetscErrorCode TSGetTolerances(TS ts, PetscReal *atol, Vec *vatol, PetscReal *rtol, Vec *vrtol) in TSGetTolerances() function
|