Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Doverlapsplit.c36 PetscUseTypeMethod(mat, increaseoverlap, 1, is, ov); in MatIncreaseOverlapSplit_Single()
/petsc/src/mat/impls/normal/
H A Dnormm.c429 (*N)->ops->increaseoverlap = MatIncreaseOverlap_Normal; in MatCreateNormal()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx1147 A->ops->increaseoverlap = MatIncreaseOverlap_Htool; in MatCreate_Htool()
/petsc/include/petsc/private/
H A Dmatimpl.h87 PetscErrorCode (*increaseoverlap)(Mat, PetscInt, IS[], PetscInt); member
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c2606 if (sc) A->ops->increaseoverlap = MatIncreaseOverlap_MPIAIJ_Scalable; in MatMPIAIJSetUseScalableIncreaseOverlap_MPIAIJ()
2607 else A->ops->increaseoverlap = MatIncreaseOverlap_MPIAIJ; in MatMPIAIJSetUseScalableIncreaseOverlap_MPIAIJ()
2665 if (A->ops->increaseoverlap == MatIncreaseOverlap_MPIAIJ_Scalable) sc = PETSC_TRUE; in MatSetFromOptions_MPIAIJ()
/petsc/src/mat/impls/is/
H A Dmatis.c3684 A->ops->increaseoverlap = MatIncreaseOverlap_IS; in MatCreate_IS()
/petsc/src/mat/interface/
H A Dmatrix.c7519 PetscUseTypeMethod(mat, increaseoverlap, n, is, ov); in MatIncreaseOverlap()