Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex118.c127 PetscInt ierr, i, j, nev; in CkEigenSolutions() local
134 nev = iu - il; in CkEigenSolutions()
135 if (nev <= 0) PetscFunctionReturn(PETSC_SUCCESS); in CkEigenSolutions()
H A Dex116.c198 PetscInt i, j, nev; in CkEigenSolutions() local
203 nev = iu - il; in CkEigenSolutions()
204 if (nev <= 0) PetscFunctionReturn(PETSC_SUCCESS); in CkEigenSolutions()
H A Dex120.c248 PetscInt i, j, nev; in CkEigenSolutions() local
254 nev = iu - il; in CkEigenSolutions()
255 if (nev <= 0) PetscFunctionReturn(PETSC_SUCCESS); in CkEigenSolutions()
/petsc/src/ts/event/
H A Dtsevent.c7 static inline void TSEventCalcSigns(PetscInt nev, const PetscReal *f, const PetscReal *vtol, PetscI… in TSEventCalcSigns() argument
9 for (PetscInt i = 0; i < nev; i++) { in TSEventCalcSigns()