Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c1529 static PetscErrorCode PCGAMGSetThreshold_GAMG(PC pc, PetscReal v[], PetscInt n) in PCGAMGSetThreshold_GAMG() function
1958 …Call(PetscObjectComposeFunction((PetscObject)pc, "PCGAMGSetThreshold_C", PCGAMGSetThreshold_GAMG)); in PCCreate_GAMG()