Lines Matching refs:coffsets
8562 PetscInt foffsets[32], coffsets[32]; in DMPlexMatSetClosureRefined() local
8582 PetscCall(PetscArrayzero(coffsets, 32)); in DMPlexMatSetClosureRefined()
8604 coffsets[f + 1] += fdof; in DMPlexMatSetClosureRefined()
8608 for (f = 1; f < numFields; ++f) coffsets[f + 1] += coffsets[f]; in DMPlexMatSetClosureRefined()
8657 …coffsets[numFields] == numCIndices, PetscObjectComm((PetscObject)dmc), PETSC_ERR_PLIB, "Invalid si… in DMPlexMatSetClosureRefined()
8674 …SC_FALSE, cpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, coffsets, PETSC_FALSE, per… in DMPlexMatSetClosureRefined()
8725 PetscInt foffsets[32] = {0}, coffsets[32] = {0}; in DMPlexMatGetClosureIndicesRefined() local
8764 coffsets[f + 1] += fdof; in DMPlexMatGetClosureIndicesRefined()
8768 for (f = 1; f < numFields; ++f) coffsets[f + 1] += coffsets[f]; in DMPlexMatGetClosureIndicesRefined()
8817 …coffsets[numFields] == numCIndices, PetscObjectComm((PetscObject)dmc), PETSC_ERR_PLIB, "Invalid si… in DMPlexMatGetClosureIndicesRefined()
8832 …SC_FALSE, cpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, coffsets, PETSC_FALSE, per… in DMPlexMatGetClosureIndicesRefined()