Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c500 PetscInt *tdata, tcount, tcount_max; in MatIncreaseOverlap_MPIAIJ_Once() local
779 tcount_max = 0; in MatIncreaseOverlap_MPIAIJ_Once()
783 if (tcount_max < tcount) tcount_max = tcount; in MatIncreaseOverlap_MPIAIJ_Once()
785 PetscCall(PetscMalloc1(tcount_max, &tdata)); in MatIncreaseOverlap_MPIAIJ_Once()