| /petsc/src/mat/tutorials/ |
| H A D | ex10.c | 18 PetscInt n, cstart, cend; in main() local
|
| /petsc/src/mat/tests/ |
| H A D | ex194.c | 8 PetscInt i, j, m = 3, n = 2, rstart, rend, cstart, cend; in main() local
|
| H A D | ex151.c | 32 PetscInt i, rstart, rend, cstart, cend; in main() local
|
| H A D | ex166.c | 32 PetscInt i, rstart, rend, cstart, cend; in main() local
|
| H A D | ex114.c | 208 …PetscInt bs = 2, *imaxabsB, *imaxabsB2, rstart, rend, cstart, cend, ncols, col, Brows[2]… in main() local
|
| H A D | ex211.c | 15 PetscInt i, cstart, cend, Bn = B->cmap->N; in ISGetSeqIS_SameColDist_Private() local
|
| H A D | ex1.c | 12 PetscInt cstart, cend; in createMatsAndVecs() local
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | fdmpiaij.c | 34 PetscInt k, cstart, cend, l, row, col, nz, spidx, i, j; in MatFDColoringApply_BAIJ() local 185 PetscInt k, cstart, cend, l, row, col, nz; in MatFDColoringApply_AIJ() local 406 PetscInt n, nrows, nrows_i, j, k, m, ncols, col, *rowhit, cstart, cend, colb; in MatFDColoringSetUp_MPIXAIJ() local
|
| H A D | mmaij.c | 209 PetscInt i, j, n, nt, cstart, cend, no, *garray = ina->garray, *lindices, bs = inA->rmap->bs; in MatMPIAIJDiagonalScaleLocalSetUp() local
|
| H A D | mpiaij.c | 534 PetscInt cstart = mat->cmap->rstart, cend = mat->cmap->rend, row, col; in MatSetValues_MPIAIJ() local 649 PetscInt cstart = mat->cmap->rstart, cend = mat->cmap->rend, col; in MatSetValues_MPIAIJ_CopyFromCSRFormat_Symbolic() local 692 PetscInt cstart = mat->cmap->rstart, cend = mat->cmap->rend; in MatSetValues_MPIAIJ_CopyFromCSRFormat() local 729 PetscInt cstart = mat->cmap->rstart, cend = mat->cmap->rend, row, col; in MatGetValues_MPIAIJ() local 2221 PetscInt cstart = A->cmap->rstart, cend = A->cmap->rend; in MatGetRowMinAbs_MPIAIJ() local 2337 PetscInt cstart = A->cmap->rstart, cend = A->cmap->rend; in MatGetRowMin_MPIAIJ() local 2453 PetscInt cstart = A->cmap->rstart, cend = A->cmap->rend; in MatGetRowMax_MPIAIJ() local 3154 PetscInt i, cstart, cend, Bn = B->cmap->N; in ISGetSeqIS_SameColDist_Private() local 3531 PetscInt count, Bn = B->cmap->N, cstart = mat->cmap->rstart, cend = mat->cmap->rend; in MatCreateSubMatrix_MPIAIJ_SameRowDist() local 3868 PetscInt m, cstart, cend, j, nnz, i, d, *ld; in MatMPIAIJSetPreallocationCSR_MPIAIJ() local [all …]
|
| H A D | mpiov.c | 1219 …PetscInt cstart = C->cmap->rstart, cend = C->cmap->rend, rstart = C->rmap->rstart, *bmap = … in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local 2347 PetscInt cend = C->cmap->rend; in MatCreateSubMatrices_MPIAIJ_Local() local 2628 PetscInt cend = C->cmap->rend; in MatCreateSubMatrices_MPIAIJ_Local() local 2851 PetscInt m, n, *nz, ngcol, col, cstart, cend, shift, count; in MatSetSeqMats_MPIAIJ() local
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mmsell.c | 203 PetscInt i, n, nt, cstart, cend, no, *garray = ina->garray, *lindices; in MatMPISELLDiagonalScaleLocalSetUp() local
|
| H A D | mpisell.c | 155 PetscInt cstart = mat->cmap->rstart, cend = mat->cmap->rend, row, col; in MatSetValues_MPISELL() local 252 PetscInt cstart = mat->cmap->rstart, cend = mat->cmap->rend, row, col; in MatGetValues_MPISELL() local
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mmbaij.c | 203 PetscInt bs = inA->rmap->bs, i, n, nt, j, cstart, cend, no, *garray = ina->garray, *lindices; in MatMPIBAIJDiagonalScaleLocalSetUp() local
|
| H A D | mpibaij.c | 415 PetscInt cend = baij->cendbs, bs = mat->rmap->bs, bs2 = baij->bs2; in MatSetValuesBlocked_MPIBAIJ() local 2547 PetscInt m, rstart, cstart, cend; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() local 3428 PetscInt cend = baij->cendbs, bs = mat->rmap->bs, bs2 = baij->bs2; in matmpibaijsetvaluesblocked_() local
|
| /petsc/src/tao/leastsquares/impls/brgn/ |
| H A D | brgn.c | 168 PetscInt i, n, cstart, cend; in GNComputeHessian() local
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 342 …MPI_Comm comm, KokkosCsrMatrix A, KokkosCsrMatrix B, PetscInt cstart, PetscInt cend, const PetscIn… in MatMPIAIJKokkosReduceBegin() 674 …MPI_Comm comm, KokkosCsrMatrix A, KokkosCsrMatrix B, PetscInt cstart, PetscInt cend, const PetscIn… in MatMPIAIJKokkosReduceEnd() 753 PetscInt cstart, cend; in MatMPIAIJKokkosBcastBegin() local 1055 PetscInt cstart, cend; in MatProductSymbolic_MPIAIJKokkos_AtB() local
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 609 …NestGetBlock_Private(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscInt cend, Mat *B) in MatNestGetBlock_Private() 667 PetscInt rbegin, rend, cbegin, cend; in MatNestFindSubMat() local 2020 PetscInt m, n, M, N, i, j, k, *dnnz, *onnz = NULL, rstart, cstart, cend; in MatConvert_Nest_AIJ() local
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 1441 …make_submat_iterator(PetscInt rstart, PetscInt rend, PetscInt cstart, PetscInt cend, PetscInt lda,… in make_submat_iterator() 1833 …:GetSubMatrix(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscInt cend, Mat *mat) noe… in GetSubMatrix()
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 826 inline typename KHashTable<V, H, KE>::const_iterator KHashTable<V, H, KE>::cend() const noexcept in cend() function in Petsc::khash::KHashTable
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 85 HYPRE_Int rstart, rend, cstart, cend; in MatHYPRE_CreateFromMat() local 1749 PetscInt rstart, rend, cstart, cend, M, N; local
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 572 PetscInt cend = baij->cendbs, bs = mat->rmap->bs, bs2 = baij->bs2; in MatSetValuesBlocked_MPISBAIJ() local 1977 PetscInt m, rstart, cend; in MatMPISBAIJSetPreallocationCSR_MPISBAIJ() local
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 3503 …etSubMatrix_SeqDense(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscInt cend, Mat *v) in MatDenseGetSubMatrix_SeqDense() 3882 …MatDenseGetSubMatrix(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscInt cend, Mat *v) in MatDenseGetSubMatrix()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 1622 …etSubMatrix_MPIDense(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscInt cend, Mat *v) in MatDenseGetSubMatrix_MPIDense()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 7702 …, *sizes, *starts, i = 0, env = 0, tbs = 0, lblocks = 0, rstart, II, ln = 0, cnt = 0, cstart, cend; in MatComputeVariableBlockEnvelope() local
|