Lines Matching refs:globalOff
8564 …maxFPoints, numFPoints, numCPoints, numFIndices, numCIndices, dof, off, globalOff, pStart, pEnd, p… in DMPlexMatSetClosureRefined() local
8669 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined()
8670 …ds_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff… in DMPlexMatSetClosureRefined()
8673 PetscCall(PetscSectionGetOffset(globalCSection, cpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined()
8674 …ields_Internal(csection, PETSC_FALSE, cpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff… in DMPlexMatSetClosureRefined()
8689 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined()
8690 …nt_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff… in DMPlexMatSetClosureRefined()
8695 PetscCall(PetscSectionGetOffset(globalCSection, cpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined()
8696 …Point_Internal(csection, PETSC_FALSE, cpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff… in DMPlexMatSetClosureRefined()
8728 …maxFPoints, numFPoints, numCPoints, numFIndices, numCIndices, dof, off, globalOff, pStart, pEnd, p… in DMPlexMatGetClosureIndicesRefined() local
8827 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatGetClosureIndicesRefined()
8828 …ds_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff… in DMPlexMatGetClosureIndicesRefined()
8831 PetscCall(PetscSectionGetOffset(globalCSection, cpoints[2 * p], &globalOff)); in DMPlexMatGetClosureIndicesRefined()
8832 …ields_Internal(csection, PETSC_FALSE, cpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff… in DMPlexMatGetClosureIndicesRefined()
8847 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatGetClosureIndicesRefined()
8848 …nt_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff… in DMPlexMatGetClosureIndicesRefined()
8853 PetscCall(PetscSectionGetOffset(globalCSection, cpoints[2 * p], &globalOff)); in DMPlexMatGetClosureIndicesRefined()
8854 …Point_Internal(csection, PETSC_FALSE, cpoints[2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff… in DMPlexMatGetClosureIndicesRefined()