Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c321 static PetscErrorCode PCShellSetMatApply_Shell(PC pc, PetscErrorCode (*matapply)(PC, Mat, Mat)) in PCShellSetMatApply_Shell() function
951 …all(PetscObjectComposeFunction((PetscObject)pc, "PCShellSetMatApply_C", PCShellSetMatApply_Shell)); in PCCreate_Shell()