Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c1626 case MATOP_ZERO_ROWS: in MatShellSetOperation_Shell()
1705 case MATOP_ZERO_ROWS: in MatShellGetOperation_Shell()
/petsc/src/mat/tests/
H A Dex23.c1025 PetscCall(MatHasOperation(lB, MATOP_ZERO_ROWS, &haszerorows)); in TestMatZeroRows()
/petsc/include/
H A Dpetscmat.h1922 MATOP_ZERO_ROWS = 24, enumerator
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1935 PetscCall(MatHasOperation(B, MATOP_ZERO_ROWS, &hasZeroRows)); in SNESTSFormJacobian_ARKIMEX()