Home
last modified time | relevance | path

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

/libCEED/examples/solids/
H A Delasticity.c504 KSP ksp_smoother, ksp_est; in main() local
515 PetscCall(KSPChebyshevEstEigGetKSP(ksp_smoother, &ksp_est)); in main()
516 PetscCall(KSPSetType(ksp_est, KSPCG)); in main()