Lines Matching refs:offsets

12 …rGraph_Overlap(DM dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjac…  in DMPlexCreatePartitionerGraph_Overlap()  argument
30 PetscCall(DMPlexCreateNeighborCSR(dm, height, numVertices, offsets, adjacency)); in DMPlexCreatePartitionerGraph_Overlap()
35 PetscCall(PetscMalloc1(1, offsets)); in DMPlexCreatePartitionerGraph_Overlap()
36 (*offsets)[0] = 0; in DMPlexCreatePartitionerGraph_Overlap()
102 if (offsets) { in DMPlexCreatePartitionerGraph_Overlap()
103 *offsets = vOffsets; in DMPlexCreatePartitionerGraph_Overlap()
111 …erGraph_Native(DM dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjac… in DMPlexCreatePartitionerGraph_Native() argument
132 PetscCall(DMPlexCreateNeighborCSR(dm, height, numVertices, offsets, adjacency)); in DMPlexCreatePartitionerGraph_Native()
137 PetscCall(PetscMalloc1(1, offsets)); in DMPlexCreatePartitionerGraph_Native()
138 (*offsets)[0] = 0; in DMPlexCreatePartitionerGraph_Native()
305 if (offsets) *offsets = vOffsets; in DMPlexCreatePartitionerGraph_Native()
316 …erGraph_ViaMat(DM dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjac… in DMPlexCreatePartitionerGraph_ViaMat() argument
333 PetscCall(DMPlexCreateNeighborCSR(dm, height, numVertices, offsets, adjacency)); in DMPlexCreatePartitionerGraph_ViaMat()
338 PetscCall(PetscMalloc1(1, offsets)); in DMPlexCreatePartitionerGraph_ViaMat()
339 (*offsets)[0] = 0; in DMPlexCreatePartitionerGraph_ViaMat()
448 if (offsets) { in DMPlexCreatePartitionerGraph_ViaMat()
451 *offsets = idxs; in DMPlexCreatePartitionerGraph_ViaMat()
503 …rtitionerGraph(DM dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjac… in DMPlexCreatePartitionerGraph() argument
511 …PetscCall(DMPlexCreatePartitionerGraph_ViaMat(dm, height, numVertices, offsets, adjacency, globalN… in DMPlexCreatePartitionerGraph()
514 …PetscCall(DMPlexCreatePartitionerGraph_Native(dm, height, numVertices, offsets, adjacency, globalN… in DMPlexCreatePartitionerGraph()
517 …PetscCall(DMPlexCreatePartitionerGraph_Overlap(dm, height, numVertices, offsets, adjacency, global… in DMPlexCreatePartitionerGraph()
544 …eighborCSR(DM dm, PetscInt cellHeight, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjac… in DMPlexCreateNeighborCSR() argument
561 if (offsets) *offsets = NULL; in DMPlexCreateNeighborCSR()
616 if (offsets) *offsets = off; in DMPlexCreateNeighborCSR()
717 if (offsets) *offsets = off; in DMPlexCreateNeighborCSR()