Searched refs:pc_smoother (Results 1 – 1 of 1) sorted by relevance
505 PC pc_smoother; in main() local521 PetscCall(KSPGetPC(ksp_smoother, &pc_smoother)); in main()522 PetscCall(PCSetType(pc_smoother, PCJACOBI)); in main()523 PetscCall(PCJacobiSetType(pc_smoother, PC_JACOBI_DIAGONAL)); in main()