Home
last modified time | relevance | path

Searched refs:usenoisy (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/impls/cheby/ !
H A Dchebyshevimpl.h19 PetscBool usenoisy; /* use noisy right-hand side vector to estimate eigenvalues */ member
H A Dcheby.c120 cheb->usenoisy = use; in KSPChebyshevEstEigSetUseNoisy_Chebyshev()
382 …-hand side for estimate", "KSPChebyshevEstEigSetUseNoisy", cheb->usenoisy, &cheb->usenoisy, NULL)); in KSPSetFromOptions_Chebyshev()
739 …if (cheb->usenoisy) PetscCall(PetscViewerASCIIPrintf(viewer, " estimating eigenvalues using a noi… in KSPView_Chebyshev()
812 if (cheb->usenoisy) { in KSPSetUp_Chebyshev()
929 chebyshevP->usenoisy = PETSC_TRUE; in KSPCreate_Chebyshev()