Searched refs:chebykind (Results 1 – 2 of 2) sorted by relevance
20 KSPChebyshevKind chebykind; member
129 cheb->chebykind = kind; in KSPChebyshevSetKind_Chebyshev()138 *kind = cheb->chebykind; in KSPChebyshevGetKind_Chebyshev()375 cheb->chebykind = KSP_CHEBYSHEV_FIRST; /* Default to 1st-kind Chebyshev polynomial */ in KSPSetFromOptions_Chebyshev()376 …"KSPChebyshevKind", KSPChebyshevKinds, (PetscEnum)cheb->chebykind, (PetscEnum *)&cheb->chebykind, … in KSPSetFromOptions_Chebyshev()719 switch (cheb->chebykind) { in KSPView_Chebyshev()757 switch (cheb->chebykind) { in KSPSetUp_Chebyshev()777 if (cheb->chebykind == KSP_CHEBYSHEV_OPT_FOURTH) PetscCall(KSPChebyshevGetBetas_Private(ksp)); in KSPSetUp_Chebyshev()