Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcgamgimpl.h63 PetscErrorCode PCDestroy_GAMG(PC);
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c972 PetscErrorCode PCDestroy_GAMG(PC pc) in PCDestroy_GAMG() function
1944 pc->ops->destroy = PCDestroy_GAMG; in PCCreate_GAMG()
H A Dclassical.c940 PetscCall(PCDestroy_GAMG(pc)); in PCCreateGAMG_Classical()