Home
last modified time | relevance | path

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

/petsc/src/mat/impls/normal/
H A Dnormm.c26 static PetscErrorCode MatCreateSubMatrices_Normal(Mat mat, PetscInt n, const IS irow[], const IS ic… in MatCreateSubMatrices_Normal() function
430 (*N)->ops->createsubmatrices = MatCreateSubMatrices_Normal; in MatCreateNormal()