Searched defs:max1 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/spai/ |
| H A D | ispai.c | 178 static PetscErrorCode PCSPAISetMax_SPAI(PC pc, PetscInt max1) in PCSPAISetMax_SPAI() 298 PetscErrorCode PCSPAISetMax(PC pc, PetscInt max1) in PCSPAISetMax() 436 int nbsteps1, max1, maxnew1, block_size1, cache_size, verbose, sp; in PCSetFromOptions_SPAI() local
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 411 PetscInt val, max1, max2, Mbs, no_malloc = 0, *tmp, new_estimate, ctr; in MatIncreaseOverlap_MPIBAIJ_Receive() local 624 PetscInt **rbuf3 = NULL, **sbuf_aj, **rbuf2 = NULL, max1, max2; local 949 for (PetscInt j = 1, max1 = rbuf1_i[0]; j <= max1; j++) { local 1253 for (PetscInt j = 1, max1 = rbuf1_i[0]; j <= max1; j++) { local
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 966 PetscInt val, max1, max2, m, no_malloc = 0, *tmp, new_estimate, ctr; in MatIncreaseOverlap_MPIAIJ_Receive() local 1225 PetscInt **rbuf3, **sbuf_aj, **rbuf2, max1, nnz; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local 2045 PetscInt **rbuf3 = NULL, **sbuf_aj, **rbuf2 = NULL, max1, max2; in MatCreateSubMatrices_MPIAIJ_Local() local 2355 for (PetscInt j = 1, max1 = rbuf1_i[0]; j <= max1; j++) { in MatCreateSubMatrices_MPIAIJ_Local() local 2639 for (PetscInt j = 1, max1 = rbuf1_i[0]; j <= max1; j++) { in MatCreateSubMatrices_MPIAIJ_Local() local
|