Home
last modified time | relevance | path

Searched refs:PCGAMGSetRecomputeEstEig (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D320.md171 - Add `PCGAMGSetRecomputeEstEig()` to set flag to have Chebyshev recompute its eigen estimates (def…
/petsc/include/
H A Dpetscpc.h352 PETSC_EXTERN PetscErrorCode PCGAMGSetRecomputeEstEig(PC, PetscBool);
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c1187 PetscErrorCode PCGAMGSetRecomputeEstEig(PC pc, PetscBool b) in PCGAMGSetRecomputeEstEig() function