Searched defs:dfill (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/tests/ |
| H A D | ex52.c | 9 const PetscInt dfill[4] = {0, 1, 0, 1}, ofill[4] = {0, 1, 1, 0}; in main() local
|
| H A D | ex30.c | 11 …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 D | sliced.c | 13 DMSlicedBlockFills *dfill, *ofill; member 185 PetscErrorCode DMSlicedSetBlockFills(DM dm, const PetscInt dfill[], const PetscInt ofill[]) in DMSlicedSetBlockFills()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbmat.cxx | 227 PetscErrorCode DMMoabSetBlockFills(DM dm, const PetscInt *dfill, const PetscInt *ofill) in DMMoabSetBlockFills()
|
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 16 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 D | dmmbimpl.h | 37 …PetscInt *dfill, *ofill; /* The diagonal and off-diagonal block-fill to indicate coupling between … member
|
| H A D | dmdaimpl.h | 68 PetscInt *ofill, *dfill; member
|