Searched refs:PCGAMGSetInjectionIndex (Results 1 – 4 of 4) sorted by relevance
314 PetscCall(PCGAMGSetInjectionIndex(pc, 2, idx)); // code coverage, same as command line in main()
119 - Add `PCGAMGSetInjectionIndex()` with corresponding option `-pc_gamg_injection_index i,j,k...`. In…
376 PETSC_EXTERN PetscErrorCode PCGAMGSetInjectionIndex(PC, PetscInt, PetscInt[]);
1781 PetscErrorCode PCGAMGSetInjectionIndex(PC pc, PetscInt n, PetscInt idx[]) in PCGAMGSetInjectionIndex() function