Searched refs:pcJ (Results 1 – 1 of 1) sorted by relevance
170 PC pc, pcA, pcJ; in main() local312 PetscCall(PCCompositeGetPC(pc, 1, &pcJ)); in main()314 PetscCall(PCSetOperators(pcJ, JplusD, JplusD)); in main()315 PetscCall(PCShellSetContext(pcJ, &ctx)); in main()316 PetscCall(PCShellSetApply(pcJ, SmwApply)); in main()317 PetscCall(PCShellSetSetUp(pcJ, SmwSetup)); in main()