Searched refs:__rstart (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/composite/ |
| H A D | packm.c | 126 …if (com->FormCoupleLocations) PetscCall((*com->FormCoupleLocations)(dm, NULL, dnz, onz, __rstart, … in DMCreateMatrix_Composite_AIJ() 174 PetscInt __rstart; in DMCreateMatrix_Composite_AIJ() local 175 PetscCall(MatGetOwnershipRange(*J, &__rstart, NULL)); in DMCreateMatrix_Composite_AIJ() 176 PetscCall((*com->FormCoupleLocations)(dm, *J, NULL, NULL, __rstart, 0, 0, 0)); in DMCreateMatrix_Composite_AIJ()
|
| /petsc/include/ |
| H A D | petscmat.h | 1079 PetscInt __nrows = (nrows), __ncols = (ncols), __rstart, __end = 0; \ 1085 PetscCallMPI(MPI_Scan(&__nrows, &__rstart, 1, MPIU_INT, MPI_SUM, comm)); \ 1086 __rstart -= __nrows 1258 …__rstart, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Trying to set preallocation for row %" Petsc… 1259 if ((cols)[__i] < __start || (cols)[__i] >= __end) onz[row - __rstart]++; \ 1260 else if (dnz[row - __rstart] < __ncols) dnz[row - __rstart]++; \ 1296 if (cols[__i] >= __end) onz[row - __rstart]++; \ 1297 else if (cols[__i] >= row && dnz[row - __rstart] < __ncols) dnz[row - __rstart]++; \
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 2831 rstart = __rstart; /* block rstart of *outmat; see inline function MatPreallocateBegin */ in MatCreateMPIMatConcatenateSeqMat_MPISBAIJ()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 3607 rstart = __rstart; /* block rstart of *outmat; see inline function MatPreallocateBegin */ in MatCreateMPIMatConcatenateSeqMat_MPIBAIJ()
|