Searched defs:ritz (Results 1 – 3 of 3) sorted by relevance
16 …PetscBool ritz; /* Compute the Harmonic Ritz vectors instead of the Ritz… member
114 PetscErrorCode KSPComputeRitz_GMRES(KSP ksp, PetscBool ritz, PetscBool small, PetscInt *nrit, Vec S… in KSPComputeRitz_GMRES()
179 PetscErrorCode KSPComputeRitz(KSP ksp, PetscBool ritz, PetscBool small, PetscInt *nrit, Vec S[], Pe… in KSPComputeRitz()