Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex140.c7 …DIAGONAL, MATOP_DIAGONAL_SCALE, MATOP_NORM, MATOP_ZERO_ENTRIES, MATOP_GET_DIAGONAL_BLOCK, MATOP_DU…
/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c281 case MATOP_GET_DIAGONAL_BLOCK: in matshellsetoperation_()
/petsc/src/mat/impls/normal/
H A Dnormmh.c316 …PetscCall(MatShellSetOperation(*N, MATOP_GET_DIAGONAL_BLOCK, (PetscErrorCodeFn *)MatGetDiagonalBlo… in MatCreateNormalHermitian()
H A Dnormm.c427 …PetscCall(MatShellSetOperation(*N, MATOP_GET_DIAGONAL_BLOCK, (PetscErrorCodeFn *)MatGetDiagonalBlo… in MatCreateNormal()
/petsc/src/mat/impls/shell/
H A Dshell.c1642 case MATOP_GET_DIAGONAL_BLOCK: in MatShellSetOperation_Shell()
1713 case MATOP_GET_DIAGONAL_BLOCK: in MatShellGetOperation_Shell()
/petsc/src/ksp/pc/interface/
H A Dprecon.c22 PetscCall(MatHasOperation(pc->pmat, MATOP_GET_DIAGONAL_BLOCK, &hasopblock)); in PCGetDefaultType_Private()
/petsc/src/ksp/pc/impls/bjacobi/
H A Dbjacobi.c110 PetscCall(MatHasOperation(pc->mat, MATOP_GET_DIAGONAL_BLOCK, &hasop)); in PCSetUp_BJacobi()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx1143 …PetscCall(MatShellSetOperation(A, MATOP_GET_DIAGONAL_BLOCK, (PetscErrorCodeFn *)MatGetDiagonalBloc… in MatCreate_Htool()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1380 PetscCall(MatHasOperation(A, MATOP_GET_DIAGONAL_BLOCK, &hasop)); in PCASMCreateSubdomains()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1338 PetscCall(MatHasOperation(A, MATOP_GET_DIAGONAL_BLOCK, &hasop)); in PCGASMCreateLocalSubdomains()
/petsc/include/
H A Dpetscmat.h1930 MATOP_GET_DIAGONAL_BLOCK = 32, enumerator
/petsc/src/mat/impls/is/
H A Dmatis.c3391 …MatOperation tobefiltered[] = {MATOP_MULT_ADD, MATOP_MULT_TRANSPOSE_ADD, MATOP_GET_DIAGONAL_BLOCK,… in MatHasOperation_IS()