Home
last modified time | relevance | path

Searched refs:MATOP_GET_VBLOCK_DIAGONAL (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D322.md83 - Add `MATOP_GET_BLOCK_DIAGONAL` and `MATOP_GET_VBLOCK_DIAGONAL` to set methods returning the diago…
/petsc/src/ksp/pc/impls/vpbjacobi/
H A Dvpbjacobi.c251 PetscCall(MatHasOperation(pc->pmat, MATOP_GET_VBLOCK_DIAGONAL, &flg)); in PCSetUp_VPBJacobi()
/petsc/include/
H A Dpetscmat.h2038 MATOP_GET_VBLOCK_DIAGONAL = 140, /* and need to destroy it after use. */ enumerator