Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tests/
H A Dex5.c27 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