#include "petscts.h" PetscErrorCode TSGetTolerances(TS ts,PetscReal *atol,Vec *vatol,PetscReal *rtol,Vec *vrtol)Logically Collective Many br
atol | - scalar absolute tolerances, NULL to ignore Many br | |
vatol | - vector of absolute tolerances, NULL to ignore Many br | |
rtol | - scalar relative tolerances, NULL to ignore Many br | |
vrtol | - vector of relative tolerances, NULL to ignore Many br |
Many br
Level:beginner
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages