Searched refs:createsubmatrices (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/impls/normal/ |
| H A D | normmh.c | 318 (*N)->ops->createsubmatrices = MatCreateSubMatrices_NormalHermitian; in MatCreateNormalHermitian()
|
| H A D | normm.c | 430 (*N)->ops->createsubmatrices = MatCreateSubMatrices_Normal; in MatCreateNormal()
|
| /petsc/src/mat/impls/cdiagonal/ |
| H A D | cdiagonal.c | 389 A->ops->createsubmatrices = MatCreateSubMatrices_ConstantDiagonal; in MatCreate_ConstantDiagonal()
|
| /petsc/src/mat/impls/maij/ |
| H A D | maij.c | 1188 B->ops->createsubmatrices = MatCreateSubMatrices_MAIJ; in MatCreateMAIJ()
|
| /petsc/src/mat/impls/htool/ |
| H A D | htool.cxx | 1148 A->ops->createsubmatrices = MatCreateSubMatrices_Htool; in MatCreate_Htool()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 86 PetscErrorCode (*createsubmatrices)(Mat, PetscInt, const IS[], const IS[], MatReuse, Mat *[]); member
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 7281 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 D | matis.c | 3683 A->ops->createsubmatrices = MatCreateSubMatrices_IS; in MatCreate_IS()
|