Home
last modified time | relevance | path

Searched defs:tform (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/impls/cheby/
H A Dchebyshevimpl.h17 PetscReal tform[4]; /* transform from Krylov estimates to Chebyshev bounds */ member
H A Dcheby.c347 PetscReal tform[4] = {PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE}; in KSPSetFromOptions_Chebyshev() local