Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmsliced.h10 PETSC_EXTERN PetscErrorCode DMSlicedSetBlockFills(DM, const PetscInt *, const PetscInt *);
/petsc/src/dm/tests/
H A Dex30.c62 …if (!useblock) PetscCall(DMSlicedSetBlockFills(slice, dfill, ofill)); /* Irrelevant for baij forma… in main()
/petsc/src/dm/impls/sliced/
H A Dsliced.c185 PetscErrorCode DMSlicedSetBlockFills(DM dm, const PetscInt dfill[], const PetscInt ofill[]) in DMSlicedSetBlockFills() function