Lines Matching refs:ooff
1446 PetscInt c, coff = *coneoff, ooff = *orntoff; in DMPlexTransformGetCone_Internal() local
1467 …PetscInt fo = rornt[ooff++]; /* Orientation of new cone point in pN… in DMPlexTransformGetCone_Internal()
1522 *orntoff = ooff; in DMPlexTransformGetCone_Internal()
1541 PetscInt coff, ooff; in DMPlexTransformSetCones() local
1548 for (n = 0, coff = 0, ooff = 0; n < Nct; ++n) { in DMPlexTransformSetCones()
1553 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, 0, ct, ctNew, rcone, &coff, rornt, &ooff, coneNew… in DMPlexTransformSetCones()
1575 PetscInt maxConeSize = 0, Nct, p, r, n, nr, coff = 0, ooff = 0; in DMPlexTransformGetConeOriented() local
1599 ++ooff; /* Orientation of new cone point */ in DMPlexTransformGetConeOriented()
1604 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, po, ct, qct, rcone, &coff, rornt, &ooff, qcone, q… in DMPlexTransformGetConeOriented()
1616 PetscInt maxConeSize = 0, Nct, p, r, n, nr, coff = 0, ooff = 0; in DMPlexTransformGetCone() local
1640 ++ooff; /* Orientation of new cone point */ in DMPlexTransformGetCone()
1645 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, 0, ct, qct, rcone, &coff, rornt, &ooff, qcone, qo… in DMPlexTransformGetCone()