Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetwork.c2325 static inline PetscErrorCode MatSetDenseblock_private(PetscInt nrows, PetscInt *rows, PetscInt ncol… in MatSetDenseblock_private() function
2365 PetscCall(MatSetDenseblock_private(nrows, rows, ncols, cstart, J)); in MatSetblock_private()