Searched refs:cache_size (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/spai/ |
| H A D | ispai.c | 50 int cache_size; /* one of (1,2,3,4,5,6) indicting size of cache */ member 90 …, ispai->nbsteps, ispai->max, ispai->maxnew, ispai->block_size, ispai->cache_size, ispai->verbose); in PCSetUp_SPAI() 152 PetscCall(PetscViewerASCIIPrintf(viewer, " cache_size %d\n", ispai->cache_size)); in PCView_SPAI() 205 static PetscErrorCode PCSPAISetCacheSize_SPAI(PC pc, PetscInt cache_size) in PCSPAISetCacheSize_SPAI() argument 210 ispai->cache_size = (int)cache_size; in PCSPAISetCacheSize_SPAI() 379 PetscErrorCode PCSPAISetCacheSize(PC pc, PetscInt cache_size) in PCSPAISetCacheSize() argument 382 PetscTryMethod(pc, "PCSPAISetCacheSize_C", (PC, PetscInt), (pc, cache_size)); in PCSPAISetCacheSize() 436 int nbsteps1, max1, maxnew1, block_size1, cache_size, verbose, sp; in PCSetFromOptions_SPAI() local 453 …OptionsInt("-pc_spai_cache_size", "", "PCSPAISetCacheSize", ispai->cache_size, &cache_size, &flg)); in PCSetFromOptions_SPAI() 454 if (flg) PetscCall(PCSPAISetCacheSize(pc, cache_size)); in PCSetFromOptions_SPAI() [all …]
|