Home
last modified time | relevance | path

Searched defs:dfill (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/tests/
H A Dex52.c9 const PetscInt dfill[4] = {0, 1, 0, 1}, ofill[4] = {0, 1, 1, 0}; in main() local
H A Dex30.c11 …PetscInt i, bs = 1, N = 5, n, m, rstart, ghosts[2], *d_nnz, *o_nnz, dfill[4] = {1, 0, 0, 1}, o… in main() local
/petsc/src/dm/impls/sliced/
H A Dsliced.c13 DMSlicedBlockFills *dfill, *ofill; member
185 PetscErrorCode DMSlicedSetBlockFills(DM dm, const PetscInt dfill[], const PetscInt ofill[]) in DMSlicedSetBlockFills()
/petsc/src/dm/impls/moab/
H A Ddmmbmat.cxx227 PetscErrorCode DMMoabSetBlockFills(DM dm, const PetscInt *dfill, const PetscInt *ofill) in DMMoabSetBlockFills()
/petsc/src/dm/impls/da/
H A Dfdda.c16 static PetscErrorCode DMDASetBlockFills_Private(const PetscInt *dfill, PetscInt w, PetscInt **rfill) in DMDASetBlockFills_Private()
119 PetscErrorCode DMDASetBlockFills(DM da, const PetscInt *dfill, const PetscInt *ofill) in DMDASetBlockFills()
1151 PetscInt ifill_col, *ofill = dd->ofill, *dfill = dd->dfill; in DMCreateMatrix_DA_2d_MPIAIJ_Fill() local
1399 PetscInt *ofill = dd->ofill, *dfill = dd->dfill; in DMCreateMatrix_DA_1d_MPIAIJ_Fill() local
2102 PetscInt ifill_col, *dfill = dd->dfill, *ofill = dd->ofill; in DMCreateMatrix_DA_3d_MPIAIJ_Fill() local
/petsc/include/petsc/private/
H A Ddmmbimpl.h37 …PetscInt *dfill, *ofill; /* The diagonal and off-diagonal block-fill to indicate coupling between … member
H A Ddmdaimpl.h68 PetscInt *ofill, *dfill; member