Searched refs:tol0 (Results 1 – 1 of 1) sorted by relevance
45 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() argument250 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()