Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dfdda.c50 static PetscErrorCode DMDASetBlockFillsSparse_Private(const PetscInt *dfillsparse, PetscInt w, Pets… in DMDASetBlockFillsSparse_Private() argument
55 if (!dfillsparse) PetscFunctionReturn(PETSC_SUCCESS); in DMDASetBlockFillsSparse_Private()
58 nz = (dfillsparse[w] - w - 1); in DMDASetBlockFillsSparse_Private()
62 PetscCall(PetscArraycpy(*rfill, dfillsparse, nz + w + 1)); in DMDASetBlockFillsSparse_Private()
173 PetscErrorCode DMDASetBlockFillsSparse(DM da, const PetscInt *dfillsparse, const PetscInt *ofillspa… in DMDASetBlockFillsSparse() argument
179 PetscCall(DMDASetBlockFillsSparse_Private(dfillsparse, dd->w, &dd->dfill)); in DMDASetBlockFillsSparse()