Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c996 KSP KSPwithBDDC = NULL, KSPwithFETIDP = NULL; in main() local
1027 PetscCall(ComputeKSPBDDC(dd, A, &KSPwithBDDC)); in main()
1029 if (testfetidp) PetscCall(ComputeKSPFETIDP(dd, KSPwithBDDC, &KSPwithFETIDP)); in main()
1047 PetscCall(KSPSolve(KSPwithBDDC, bddc_rhs, bddc_solution)); in main()
1048 PetscCall(KSPGetIterationNumber(KSPwithBDDC, &its)); in main()
1049 PetscCall(KSPGetConvergedReason(KSPwithBDDC, &reason)); in main()
1050 PetscCall(KSPComputeExtremeSingularValues(KSPwithBDDC, &maxeig, &mineig)); in main()
1120 PetscCall(KSPDestroy(&KSPwithBDDC)); in main()