Searched refs:foffsets (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8562 PetscInt foffsets[32], coffsets[32]; in DMPlexMatSetClosureRefined() local 8581 PetscCall(PetscArrayzero(foffsets, 32)); in DMPlexMatSetClosureRefined() 8650 foffsets[f + 1] += fdof; in DMPlexMatSetClosureRefined() 8654 for (f = 1; f < numFields; ++f) foffsets[f + 1] += foffsets[f]; in DMPlexMatSetClosureRefined() 8656 …foffsets[numFields] == numFIndices, PetscObjectComm((PetscObject)dmf), PETSC_ERR_PLIB, "Invalid si… in DMPlexMatSetClosureRefined() 8670 …FALSE, ftotpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, foffsets, PETSC_FALSE, per… in DMPlexMatSetClosureRefined() 8725 PetscInt foffsets[32] = {0}, coffsets[32] = {0}; in DMPlexMatGetClosureIndicesRefined() local 8810 foffsets[f + 1] += fdof; in DMPlexMatGetClosureIndicesRefined() 8814 for (f = 1; f < numFields; ++f) foffsets[f + 1] += foffsets[f]; in DMPlexMatGetClosureIndicesRefined() 8816 …foffsets[numFields] == numFIndices, PetscObjectComm((PetscObject)dmf), PETSC_ERR_PLIB, "Invalid si… in DMPlexMatGetClosureIndicesRefined() [all …]
|