Lines Matching refs:goff
2003 PetscInt gdof, goff;
2007 PetscCall(PetscSectionGetOffset(sectionGlobal, p, &goff));
2013 for (fc = 0; fc < fdof - fcdof; ++fc, ++fieldSizes[f]) fieldIndices[f][fieldSizes[f]] = goff++;
3165 PetscInt dof, gdof, cdof, gcdof, off, goff, d, e;
3172 PetscCall(PetscSectionGetOffset(gs, p, &goff));
3174 if (!gdof || goff < 0) continue;
3178 for (d = 0; d < dof; ++d) gArray[goff - gStart + d] = lArray[off + d];
3190 gArray[goff - gStart + e++] = lArray[off + d];
4579 PetscInt dof, cdof, off, gdof, gcdof, goff, gsize, d;
4586 PetscCall(PetscSectionGetOffset(globalSection, p, &goff));
4599 PetscInt offset = -(goff + 1) + d, r;
4604 PetscCall(PetscSynchronizedPrintf(comm, "[%d]Point %" PetscInt_FMT " mapped to invalid process %" PetscInt_FMT " (%" PetscInt_FMT ", %" PetscInt_FMT ")\n", rank, p, r, gdof, goff));