Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/spai/
H A Dispai.c187 static PetscErrorCode PCSPAISetMaxNew_SPAI(PC pc, PetscInt maxnew1) in PCSPAISetMaxNew_SPAI() argument
192 ispai->maxnew = (int)maxnew1; in PCSPAISetMaxNew_SPAI()
316 PetscErrorCode PCSPAISetMaxNew(PC pc, PetscInt maxnew1) in PCSPAISetMaxNew() argument
319 PetscTryMethod(pc, "PCSPAISetMaxNew_C", (PC, PetscInt), (pc, maxnew1)); in PCSPAISetMaxNew()
436 int nbsteps1, max1, maxnew1, block_size1, cache_size, verbose, sp; in PCSetFromOptions_SPAI() local
449 …PetscCall(PetscOptionsInt("-pc_spai_maxnew", "", "PCSPAISetMaxNew", ispai->maxnew, &maxnew1, &flg)… in PCSetFromOptions_SPAI()
450 if (flg) PetscCall(PCSPAISetMaxNew(pc, maxnew1)); in PCSetFromOptions_SPAI()