Searched refs:crow (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/aij/seq/ |
| H A D | matptap.c | 196 PetscInt i, j, k, anzi, pnzi, apnzj, nextap, pnzj, prow, crow; in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy() local 250 crow = *pJ++; in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy() 251 cjj = cj + ci[crow]; in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy() 252 caj = ca + ci[crow]; in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy() 255 …tscAssert(k < ci[crow + 1] - ci[crow], PETSC_COMM_SELF, PETSC_ERR_PLIB, "k too large k %" PetscInt… in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy()
|
| H A D | matmatmult.c | 1131 PetscInt packlen = 0, *PETSC_RESTRICT crow; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() local 1157 PetscCall(PetscSegBufferGetInts(seg, packlen, &crow)); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() 1158 PetscCall(PetscSegBufferExtractTo(segrow, crow)); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() 1159 PetscCall(PetscSortInt(packlen, crow)); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() 1161 for (j = 0; j < packlen; j++) seen[crow[j]] = 0; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() 1442 PetscInt cm = C->rmap->n, *ci = c->i, *cj = c->j, crow, *cjj, i, j, k; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ() local 1465 crow = *aj++; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ() 1466 cjj = cj + ci[crow]; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ() 1467 caj = ca + ci[crow]; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ()
|
| /petsc/src/mat/impls/maij/ |
| H A D | maij.c | 594 …PetscInt i, j, k, pshift, poffset, anzi, pnzi, apnzj, nextap, pnzj, prow, crow, *apj, *apj… in MatPtAPNumeric_SeqAIJ_SeqMAIJ() local 642 crow = (*pJ) * ppdof + pshift; in MatPtAPNumeric_SeqAIJ_SeqMAIJ() 643 cjj = cj + ci[crow]; in MatPtAPNumeric_SeqAIJ_SeqMAIJ() 644 caj = ca + ci[crow]; in MatPtAPNumeric_SeqAIJ_SeqMAIJ()
|