Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/redundant/
H A Dredundant.c325 PetscErrorCode PCRedundantSetNumber(PC pc, PetscInt nredundant) in PCRedundantSetNumber() argument
329 …cCheck(nredundant > 0, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_WRONG, "num of redundant pc… in PCRedundantSetNumber()
330 PetscTryMethod(pc, "PCRedundantSetNumber_C", (PC, PetscInt), (pc, nredundant)); in PCRedundantSetNumber()