Home
last modified time | relevance | path

Searched refs:MatFDColoringSetBlockSize (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/tests/
H A Dex240.c75 if (single) PetscCall(MatFDColoringSetBlockSize(fdcoloring, PETSC_DEFAULT, nc)); in main()
77 if (two) PetscCall(MatFDColoringSetBlockSize(fdcoloring, PETSC_DEFAULT, 2)); in main()
/petsc/src/mat/matfd/
H A Dfdmatrix.c195 PetscErrorCode MatFDColoringSetBlockSize(MatFDColoring matfd, PetscInt brows, PetscInt bcols) in MatFDColoringSetBlockSize() function
/petsc/include/
H A Dpetscmat.h1745 PETSC_EXTERN PetscErrorCode MatFDColoringSetBlockSize(MatFDColoring, PetscInt, PetscInt);