Searched refs:apply_pc (Results 1 – 1 of 1) sorted by relevance
27 PetscErrorCode apply_pc(PC, Vec, Vec);108 PetscCall(PCShellSetApply(pc, apply_pc)); in main()214 PetscErrorCode apply_pc(PC pc, Vec bb, Vec xx) in apply_pc() function