Searched refs:cloff (Results 1 – 1 of 1) sorted by relevance
51 PetscInt *points = NULL, numPoints, p, q, dof, cldof, cloff; in DMPlexCreateClosureIndex() local54 PetscCall(PetscSectionGetOffset(closureSection, point, &cloff)); in DMPlexCreateClosureIndex()60 clPoints[cloff + q * 2] = points[p]; in DMPlexCreateClosureIndex()61 clPoints[cloff + q * 2 + 1] = points[p + 1]; in DMPlexCreateClosureIndex()