Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c998 Vec exact_solution = NULL, bddc_solution = NULL, bddc_rhs = NULL; in main() local
1024 PetscCall(VecDuplicate(bddc_solution, &bddc_rhs)); in main()
1045 PetscCall(MatMult(A, exact_solution, bddc_rhs)); in main()
1047 PetscCall(KSPSolve(KSPwithBDDC, bddc_rhs, bddc_solution)); in main()
1077 PetscCall(PCBDDCMatFETIDPGetRHS(F, bddc_rhs, fetidp_rhs)); in main()
1085 PetscCall(KSPSolve(KSPwithFETIDP, bddc_rhs, fetidp_solution_all)); in main()
1118 PetscCall(VecDestroy(&bddc_rhs)); in main()