Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D323.md86 …reated by BoomerAMG from `PCHYPRE`, similar to `PCGetInterpolations()` and `PCGetCoarseOperators()`
/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c157 if (!hmg->subcoarsening) PetscCall(PCGetCoarseOperators(hmg->innerpc, &num_levels, &operators)); in PCSetUp_HMG()
/petsc/include/
H A Dpetscpc.h144 PETSC_EXTERN PetscErrorCode PCGetCoarseOperators(PC, PetscInt *, Mat *[]);
/petsc/src/ksp/pc/interface/
H A Dprecon.c2076 PetscErrorCode PCGetCoarseOperators(PC pc, PetscInt *num_levels, Mat *coarseOperators[]) in PCGetCoarseOperators() function