Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex56.c314 PetscCall(PCGAMGSetInjectionIndex(pc, 2, idx)); // code coverage, same as command line in main()
/petsc/doc/changes/
H A D321.md119 - Add `PCGAMGSetInjectionIndex()` with corresponding option `-pc_gamg_injection_index i,j,k...`. In…
/petsc/include/
H A Dpetscpc.h376 PETSC_EXTERN PetscErrorCode PCGAMGSetInjectionIndex(PC, PetscInt, PetscInt[]);
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c1781 PetscErrorCode PCGAMGSetInjectionIndex(PC pc, PetscInt n, PetscInt idx[]) in PCGAMGSetInjectionIndex() function