Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D315.md144 - Add `PCGAMGSetRankReductionFactors()`, provide an array,
/petsc/include/
H A Dpetscpc.h359 PETSC_EXTERN PetscErrorCode PCGAMGSetRankReductionFactors(PC, PetscInt[], PetscInt);
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c1558 PetscErrorCode PCGAMGSetRankReductionFactors(PC pc, PetscInt v[], PetscInt n) in PCGAMGSetRankReductionFactors() function
/petsc/doc/manual/
H A Dksp.md1131 …1:int> Set a schedule for MPI rank reduction on coarse grids. `See PCGAMGSetRankReductionFactors()`