Home
last modified time | relevance | path

Searched refs:MatSelectVariableBlockSizes (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscmat.h704 PETSC_EXTERN PetscErrorCode MatSelectVariableBlockSizes(Mat, Mat, IS);
/petsc/src/mat/interface/
H A Dmatrix.c7976 PetscErrorCode MatSelectVariableBlockSizes(Mat subA, Mat A, IS isrow) in MatSelectVariableBlockSizes() function
8602 if (!iscol || isrow == iscol) PetscCall(MatSelectVariableBlockSizes(*newmat, mat, isrow)); in MatCreateSubMatrix()