Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/spai/
H A Dispai.c48 int maxnew; /* max number of new entries per step */ member
90 …B, &ispai->M, stdout, ispai->epsilon, ispai->nbsteps, ispai->max, ispai->maxnew, ispai->block_size… in PCSetUp_SPAI()
150 PetscCall(PetscViewerASCIIPrintf(viewer, " maxnew %d\n", ispai->maxnew)); in PCView_SPAI()
192 ispai->maxnew = (int)maxnew1; in PCSPAISetMaxNew_SPAI()
449 …PetscCall(PetscOptionsInt("-pc_spai_maxnew", "", "PCSPAISetMaxNew", ispai->maxnew, &maxnew1, &flg)… in PCSetFromOptions_SPAI()
505 ispai->maxnew = 5; in PCCreate_SPAI()