Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tests/
H A Dex10.c51 PetscCall(PCGetInterpolations(pcHypre, &data_comp->num_levels, &data_comp->ProlongationOps)); in main()
/petsc/doc/changes/
H A D323.md86 …e/Fine splittings created by BoomerAMG from `PCHYPRE`, similar to `PCGetInterpolations()` and `PCG…
/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c155 PetscCall(PCGetInterpolations(hmg->innerpc, &num_levels, &interpolations)); in PCSetUp_HMG()
/petsc/include/
H A Dpetscpc.h143 PETSC_EXTERN PetscErrorCode PCGetInterpolations(PC, PetscInt *, Mat *[]);
/petsc/src/ksp/pc/interface/
H A Dprecon.c2047 PetscErrorCode PCGetInterpolations(PC pc, PetscInt *num_levels, Mat *interpolations[]) in PCGetInterpolations() function