Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/ !
H A Dfdda.c16 static PetscErrorCode DMDASetBlockFills_Private(const PetscInt *dfill, PetscInt w, PetscInt **rfill) in DMDASetBlockFills_Private() function
125 PetscCall(DMDASetBlockFills_Private(dfill, dd->w, &dd->dfill)); in DMDASetBlockFills()
126 PetscCall(DMDASetBlockFills_Private(ofill, dd->w, &dd->ofill)); in DMDASetBlockFills()