Home
last modified time | relevance | path

Searched defs:tols (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tests/
H A Dex116.c29 PetscReal tols[2]; in main() local
196 …tions(PetscInt cklvl, Mat A, PetscInt il, PetscInt iu, PetscReal *eval, Vec *evec, PetscReal *tols) in CkEigenSolutions()
H A Dex120.c21 PetscReal tols[2]; in main() local
246 …tions(PetscInt cklvl, Mat A, PetscInt il, PetscInt iu, PetscReal *eval, Vec *evec, PetscReal *tols) in CkEigenSolutions()
H A Dex118.c125 …ons(PetscInt cklvl, Mat A, PetscInt il, PetscInt iu, PetscScalar *eval, Vec *evec, PetscReal *tols) in CkEigenSolutions()
/petsc/src/binding/petsc4py/test/
H A Dtest_pc_py.py32 def applyRich(self, pc, x, y, w, tols): argument
129 def applyRichardson(self, pc, x, y, w, tols): argument