| /petsc/src/mat/impls/aij/seq/crl/ftn-kernels/ |
| H A D | fmultcrl.F90 | 7 pure subroutine FortranMultCRL(m, rmax, x, y, icols, acols) argument
|
| /petsc/src/mat/impls/aij/seq/crl/ |
| H A D | crl.c | 37 PetscInt i, j, rmax = a->rmax, *icols, *ilen = a->ilen; in MatSeqAIJCRL_create_aijcrl() local 90 PetscInt rmax = aijcrl->rmax, *icols = aijcrl->icols; in MatMult_AIJCRL() local
|
| H A D | crl.h | 10 PetscInt *icols; /* columns of nonzeros, stored one column at a time */ member
|
| /petsc/src/mat/impls/aij/seq/bas/ |
| H A D | spbas.h | 54 PetscInt **icols; member
|
| H A D | spbas.c | 256 PetscInt *icols; in spbas_compress_pattern() local 635 PetscInt **icols; in spbas_apply_reordering_rows() local 673 PetscInt *icols; in spbas_apply_reordering_cols() local
|
| /petsc/src/mat/impls/aij/mpi/crl/ |
| H A D | mcrl.c | 43 PetscInt i, j, rmax = 0, *icols, *ailen = Aij->ilen, *bilen = Bij->ilen; in MatMPIAIJCRL_create_aijcrl() local
|
| /petsc/src/mat/graphops/partition/impls/hierarchical/ |
| H A D | hierarchical.c | 293 IS irows, icols; in MatPartitioningHierarchical_AssembleSubdomain() local
|
| /petsc/src/mat/impls/maij/ |
| H A D | maij.c | 876 PetscInt m, n, i, ncols, *ilen, nmax = 0, *icols, j, k, ii, dof = b->dof; in MatConvert_SeqMAIJ_SeqAIJ() local 926 PetscInt *oicols = NULL, *icols = NULL, ncols, *cols = NULL, oncols, *ocols = NULL; in MatConvert_MPIMAIJ_MPIAIJ() local
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 10 static PetscErrorCode MatCreateSubMatrix_MPIAdj_data(Mat adj, IS irows, IS icols, PetscInt **sadj_x… in MatCreateSubMatrix_MPIAdj_data()
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij.c | 1566 const PetscInt *icols = jj + ii[i]; in MatSeqSBAIJSetPreallocationCSR_SeqSBAIJ() local
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 2027 const PetscInt *icols = jj + ii[i]; in MatMPISBAIJSetPreallocationCSR_MPISBAIJ() local
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij.c | 3402 const PetscInt *icols = jj + ii[i]; in MatSeqBAIJSetPreallocationCSR_SeqBAIJ() local
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 2590 const PetscInt *icols = jj + ii[i]; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() local
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 1850 IS irows = NULL, icols = NULL; in MatConvert_IS_XAIJ() local
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 1426 PetscInt nnz = 0, *rlens, *icols; in MatLoad_Dense_Binary() local
|