#include "petscts.h" PetscErrorCode TSGetTolerances(TS ts,PetscReal *atol,Vec *vatol,PetscReal *rtol,Vec *vrtol)Logically Collective
atol | - scalar absolute tolerances, NULL to ignore | |
vatol | - vector of absolute tolerances, NULL to ignore | |
rtol | - scalar relative tolerances, NULL to ignore | |
vrtol | - vector of relative tolerances, NULL to ignore |