Searched refs:KSPSIZE (Results 1 – 3 of 3) sorted by relevance
47 #define KSPSIZE (agmres->DeflPrecond ? agmres->max_k : (agmres->max_k + agmres->r)) macro
193 …PetscInt KspSize = KSPSIZE; /* if max_k == KspSizen then the basis should not be augmented */ in KSPAGMRESBuildBasis()303 PetscInt KspSize = KSPSIZE; in KSPAGMRESBuildHessenberg()348 PetscCall(PetscBLASIntCast(KSPSIZE, &KspSize)); in KSPAGMRESBuildSoln()401 PetscInt KspSize = KSPSIZE; in KSPAGMRESCycle()
194 PetscInt KspSize = KSPSIZE; in KSPAGMRESComputeDeflationData()