Searched refs:dfillsparse (Results 1 – 1 of 1) sorted by relevance
50 static PetscErrorCode DMDASetBlockFillsSparse_Private(const PetscInt *dfillsparse, PetscInt w, Pets… in DMDASetBlockFillsSparse_Private() argument55 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() argument179 PetscCall(DMDASetBlockFillsSparse_Private(dfillsparse, dd->w, &dd->dfill)); in DMDASetBlockFillsSparse()