Searched refs:maxits (Results 1 – 1 of 1) sorted by relevance
346 PetscInt maxits; in SolGMRp() local347 maxits = (PetscInt) solpar.nGMRES * (PetscInt) solpar.Kspace; in SolGMRp()348 ierr = KSPSetTolerances(ksp, timdat.etol, PETSC_DEFAULT, PETSC_DEFAULT, maxits); in SolGMRp()646 PetscInt maxits; in SolGMRpSclr() local647 maxits = (PetscInt) solpar.nGMRES * (PetscInt) solpar.Kspace; in SolGMRpSclr()648 ierr = KSPSetTolerances(ksps, timdat.etol, PETSC_DEFAULT, PETSC_DEFAULT, maxits); in SolGMRpSclr()