Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/mpi/
H A Dbaijov.c410 PetscInt row, total_sz, ct, ct1, ct2, ct3, mem_estimate, oct2, l, start, end; in MatIncreaseOverlap_MPIBAIJ_Receive() local
442 ct3 = 0; in MatIncreaseOverlap_MPIBAIJ_Receive()
448 ct3 += ct1; in MatIncreaseOverlap_MPIBAIJ_Receive()
456 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIBAIJ_Receive()
467 ct3++; in MatIncreaseOverlap_MPIBAIJ_Receive()
477 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIBAIJ_Receive()
488 ct3++; in MatIncreaseOverlap_MPIBAIJ_Receive()
496 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIBAIJ_Receive()
507 ct3++; in MatIncreaseOverlap_MPIBAIJ_Receive()
520 …, required %" PetscInt_FMT ", no of mallocs = %" PetscInt_FMT "\n", mem_estimate, ct3, no_malloc)); in MatIncreaseOverlap_MPIBAIJ_Receive()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c965 PetscInt row, total_sz, ct, ct1, ct2, ct3, mem_estimate, oct2, l, start, end; in MatIncreaseOverlap_MPIAIJ_Receive() local
997 ct3 = 0; in MatIncreaseOverlap_MPIAIJ_Receive()
1003 ct3 += ct1; in MatIncreaseOverlap_MPIAIJ_Receive()
1011 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIAIJ_Receive()
1022 ct3++; in MatIncreaseOverlap_MPIAIJ_Receive()
1032 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIAIJ_Receive()
1043 ct3++; in MatIncreaseOverlap_MPIAIJ_Receive()
1051 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIAIJ_Receive()
1062 ct3++; in MatIncreaseOverlap_MPIAIJ_Receive()
1075 …ired %" PetscInt_FMT " bytes, no of mallocs = %" PetscInt_FMT "\n", mem_estimate, ct3, no_malloc)); in MatIncreaseOverlap_MPIAIJ_Receive()
[all …]