Home
last modified time | relevance | path

Searched defs:brows (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dfdaij.c26 PetscInt nz, brows, bcols; in MatFDColoringCreate_SeqXAIJ() local
64 PetscInt i, j, nrows, nbcols, brows = c->brows, bcols = c->bcols, mbs = c->m, nis = c->ncolors; in MatFDColoringSetUpBlocked_AIJ_Private() local
H A Dmatmatmult.c1787 PetscInt brows = matcoloring->brows, *den2sp = matcoloring->den2sp; in MatTransColoringApplyDenToSp_SeqAIJ() local
1850 PetscInt *colorforcol, *columns, *columns_i, brows; in MatTransposeColoringCreate_SeqAIJ() local
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c677 PetscInt nz, brows, bcols; in MatFDColoringCreate_MPIXAIJ() local
699 PetscInt nz, brows, bcols; in MatFDColoringCreate_MPIXAIJ() local
/petsc/src/mat/matfd/
H A Dfdmatrix.c195 PetscErrorCode MatFDColoringSetBlockSize(MatFDColoring matfd, PetscInt brows, PetscInt bcols) in MatFDColoringSetBlockSize()
/petsc/include/petsc/private/
H A Dmatimpl.h669 …PetscInt brows, bcols; /* number of block rows or columns for speedup inserting… member
713 …PetscInt brows; /* number of rows for efficient implementation of MatTransCol… member