Searched refs:t_p (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | sbaijov.c | 169 PetscByte *t_p; in MatIncreaseOverlap_MPISBAIJ_Once() local 193 PetscCall(PetscMalloc2(len, &table, (Mbs / PETSC_BITS_PER_BYTE + 1) * len, &t_p)); in MatIncreaseOverlap_MPISBAIJ_Once() 194 for (i = 0; i < len; i++) table[i] = t_p + (Mbs / PETSC_BITS_PER_BYTE + 1) * i; in MatIncreaseOverlap_MPISBAIJ_Once() 425 PetscCall(PetscFree2(table, t_p)); in MatIncreaseOverlap_MPISBAIJ_Once()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 69 PetscByte *t_p; in MatIncreaseOverlap_MPIBAIJ_Once() local 166 … &table, imax, &data, imax, &isz, Mbs * imax, &d_p, (Mbs / PETSC_BITS_PER_BYTE + 1) * imax, &t_p)); in MatIncreaseOverlap_MPIBAIJ_Once() 169 table[i] = t_p + (Mbs / PETSC_BITS_PER_BYTE + 1) * i; in MatIncreaseOverlap_MPIBAIJ_Once() 320 PetscCall(PetscFree5(table, data, isz, d_p, t_p)); in MatIncreaseOverlap_MPIBAIJ_Once()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 512 PetscByte *t_p; in MatIncreaseOverlap_MPIAIJ_Once() local 615 PetscCall(PetscCalloc4(imax, &table, imax, &data, imax, &isz, M_BPB_imax, &t_p)); in MatIncreaseOverlap_MPIAIJ_Once() 616 for (PetscInt i = 0; i < imax; i++) table[i] = t_p + (M / PETSC_BITS_PER_BYTE + 1) * i; 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() 623 table[i] = t_p + (M / PETSC_BITS_PER_BYTE + 1) * i; in MatIncreaseOverlap_MPIAIJ_Once() 829 PetscCall(PetscFree4(table, data, isz, t_p)); in MatIncreaseOverlap_MPIAIJ_Once() 831 PetscCall(PetscFree5(table, data, isz, d_p, t_p)); in MatIncreaseOverlap_MPIAIJ_Once()
|