Home
last modified time | relevance | path

Searched refs:KSPwithFETIDP (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
1029 if (testfetidp) PetscCall(ComputeKSPFETIDP(dd, KSPwithBDDC, &KSPwithFETIDP)); in main()
1075 PetscCall(KSPGetOperators(KSPwithFETIDP, &F, NULL)); in main()
1080 PetscCall(KSPSolve(KSPwithFETIDP, fetidp_rhs, fetidp_solution)); in main()
1085 PetscCall(KSPSolve(KSPwithFETIDP, bddc_rhs, fetidp_solution_all)); in main()
1086 PetscCall(KSPFETIDPGetInnerKSP(KSPwithFETIDP, &kspF)); in main()
1090 PetscCall(KSPGetIterationNumber(KSPwithFETIDP, &its)); in main()
1091 PetscCall(KSPGetConvergedReason(KSPwithFETIDP, &reason)); in main()
1092 PetscCall(KSPComputeExtremeSingularValues(KSPwithFETIDP, &maxeig, &mineig)); in main()
1115 PetscCall(KSPDestroy(&KSPwithFETIDP)); in main()