Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcmgimpl.h85 PETSC_INTERN PetscErrorCode PCView_MG(PC, PetscViewer);
/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c245 PetscCall(PCView_MG(pc, viewer)); in PCView_HMG()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c770 PetscErrorCode PCView_MG(PC pc, PetscViewer viewer) in PCView_MG() function
2007 pc->ops->view = PCView_MG; in PCCreate_MG()
/petsc/src/ksp/pc/impls/wb/
H A Dwb.c764 PetscCall(PCView_MG(pc, viewer)); in PCView_Exotic()