Lines Matching refs:coneSize

23   PetscInt        coneSize, c, supportSize, s;  in DMPlexOrientPoint()  local
30 PetscCall(DMPlexGetConeSize(dm, p, &coneSize)); in DMPlexOrientPoint()
33 PetscCall(DMGetWorkArray(dm, coneSize, MPIU_INT, &newcone)); in DMPlexOrientPoint()
34 PetscCall(DMGetWorkArray(dm, coneSize, MPIU_INT, &newornt)); in DMPlexOrientPoint()
35 for (c = 0; c < coneSize; ++c) { in DMPlexOrientPoint()
47 PetscCall(DMRestoreWorkArray(dm, coneSize, MPIU_INT, &newcone)); in DMPlexOrientPoint()
48 PetscCall(DMRestoreWorkArray(dm, coneSize, MPIU_INT, &newornt)); in DMPlexOrientPoint()
53 PetscCall(DMPlexGetConeSize(dm, support[s], &coneSize)); in DMPlexOrientPoint()
56 for (c = 0; c < coneSize; ++c) { in DMPlexOrientPoint()
277 PetscInt coneSize; in DMPlexOrient_Serial() local
280 PetscCall(DMPlexGetConeSize(dm, cell, &coneSize)); in DMPlexOrient_Serial()
282 for (PetscInt c = 0; c < coneSize; ++c) { in DMPlexOrient_Serial()
412 PetscInt coneSize; in DMPlexOrient() local
415 PetscCall(DMPlexGetConeSize(dm, cell, &coneSize)); in DMPlexOrient()
417 for (c = 0; c < coneSize; ++c) { in DMPlexOrient()
457 PetscInt coneSize, supportSize, Ns = 0, s, l; in DMPlexOrient() local
474 PetscCall(DMPlexGetConeSize(dm, neighbor, &coneSize)); in DMPlexOrient()
476 for (c = 0; c < coneSize; ++c) in DMPlexOrient()
827 PetscInt coneSize, suppSize, nind, c, Ns = 0; in DMPlexOrientCells_Internal() local
847 PetscCall(DMPlexGetConeSize(dm, neighbor, &coneSize)); in DMPlexOrientCells_Internal()
849 for (c = 0; c < coneSize; ++c) in DMPlexOrientCells_Internal()