Home
last modified time | relevance | path

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

/petsc/src/mat/impls/normal/
H A Dnormmh.c318 (*N)->ops->createsubmatrices = MatCreateSubMatrices_NormalHermitian; in MatCreateNormalHermitian()
H A Dnormm.c430 (*N)->ops->createsubmatrices = MatCreateSubMatrices_Normal; in MatCreateNormal()
/petsc/src/mat/impls/cdiagonal/
H A Dcdiagonal.c389 A->ops->createsubmatrices = MatCreateSubMatrices_ConstantDiagonal; in MatCreate_ConstantDiagonal()
/petsc/src/mat/impls/maij/
H A Dmaij.c1188 B->ops->createsubmatrices = MatCreateSubMatrices_MAIJ; in MatCreateMAIJ()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx1148 A->ops->createsubmatrices = MatCreateSubMatrices_Htool; in MatCreate_Htool()
/petsc/include/petsc/private/
H A Dmatimpl.h86 PetscErrorCode (*createsubmatrices)(Mat, PetscInt, const IS[], const IS[], MatReuse, Mat *[]); member
/petsc/src/mat/interface/
H A Dmatrix.c7281 PetscUseTypeMethod(mat, createsubmatrices, n, irow, icol, scall, submat); in MatCreateSubMatrices()
8566 …if (mat->ops->createsubmatrices && !mat->ops->createsubmatrix && size == 1 && cll == MAT_REUSE_MAT… in MatCreateSubMatrix()
8569 } else if (mat->ops->createsubmatrices && !mat->ops->createsubmatrix && size == 1) { in MatCreateSubMatrix()
/petsc/src/mat/impls/is/
H A Dmatis.c3683 A->ops->createsubmatrices = MatCreateSubMatrices_IS; in MatCreate_IS()