Lines Matching refs:coff
1446 PetscInt c, coff = *coneoff, ooff = *orntoff; in DMPlexTransformGetCone_Internal() local
1465 …const DMPolytopeType ft = (DMPolytopeType)rcone[coff++]; /* Cell type for new cone point of pNe… in DMPlexTransformGetCone_Internal()
1466 …const PetscInt fn = rcone[coff++]; /* Number of cones of p that need to b… in DMPlexTransformGetCone_Internal()
1473 const PetscInt acp = rcone[coff++]; in DMPlexTransformGetCone_Internal()
1489 pr = rcone[coff++]; in DMPlexTransformGetCone_Internal()
1521 *coneoff = coff; 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
1595 ++coff; /* Cell type of new cone point */ in DMPlexTransformGetConeOriented()
1596 … fn = rcone[coff++]; /* Number of cones of p that need to be taken when producing new cone point */ in DMPlexTransformGetConeOriented()
1597 coff += fn; in DMPlexTransformGetConeOriented()
1598 ++coff; /* Replica number 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
1636 ++coff; /* Cell type of new cone point */ in DMPlexTransformGetCone()
1637 … fn = rcone[coff++]; /* Number of cones of p that need to be taken when producing new cone point */ in DMPlexTransformGetCone()
1638 coff += fn; in DMPlexTransformGetCone()
1639 ++coff; /* Replica number of new cone point */ in DMPlexTransformGetCone()
1645 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, 0, ct, qct, rcone, &coff, rornt, &ooff, qcone, qo… in DMPlexTransformGetCone()