Home
last modified time | relevance | path

Searched defs:cache_size (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/spai/
H A Dispai.c50 int cache_size; /* one of (1,2,3,4,5,6) indicting size of cache */ member
205 static PetscErrorCode PCSPAISetCacheSize_SPAI(PC pc, PetscInt cache_size) in PCSPAISetCacheSize_SPAI()
379 PetscErrorCode PCSPAISetCacheSize(PC pc, PetscInt cache_size) in PCSPAISetCacheSize()
436 int nbsteps1, max1, maxnew1, block_size1, cache_size, verbose, sp; in PCSetFromOptions_SPAI() local