Home
last modified time | relevance | path

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

/petsc/src/ts/event/tests/
H A Dex5.c45 static inline void SetVtols(PetscMPIInt rank, PetscMPIInt size, PetscReal tol0, PetscReal tolsin, P…
246 static inline void SetVtols(PetscMPIInt rank, PetscMPIInt size, PetscReal tol0, PetscReal tolsin, P… in SetVtols() argument
250 if (rank == (i + 3) % size) vtol[n++] = tol0; // pos-polynomials in SetVtols()
252 if (rank == (i + 3) % size) vtol[n++] = tol0; // neg-polynomials in SetVtols()
254 if (rank == size - 1) vtol[n++] = tol0; // cos-event -- on last rank in SetVtols()