Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c618 PetscInt Mimax = 0; in MatIncreaseOverlap_MPIAIJ_Once() local
619 PetscCall(PetscIntMultError(M, imax, &Mimax)); in MatIncreaseOverlap_MPIAIJ_Once()
621 PetscCall(PetscCalloc5(imax, &table, imax, &data, imax, &isz, Mimax, &d_p, M_BPB_imax, &t_p)); in MatIncreaseOverlap_MPIAIJ_Once()