Home
last modified time | relevance | path

Searched refs:globalNumbering (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexpartition.c12 …scInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjacency, IS *globalNumbering) in DMPlexCreatePartitionerGraph_Overlap() argument
32 if (globalNumbering) PetscCall(DMPlexCreateCellNumbering(dm, PETSC_TRUE, globalNumbering)); in DMPlexCreatePartitionerGraph_Overlap()
56 if (globalNumbering) { in DMPlexCreatePartitionerGraph_Overlap()
58 *globalNumbering = cellNumbering; in DMPlexCreatePartitionerGraph_Overlap()
111 …scInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjacency, IS *globalNumbering) in DMPlexCreatePartitionerGraph_Native() argument
134 if (globalNumbering) PetscCall(DMPlexCreateCellNumbering(dm, PETSC_TRUE, globalNumbering)); in DMPlexCreatePartitionerGraph_Native()
154 if (globalNumbering) { in DMPlexCreatePartitionerGraph_Native()
156 *globalNumbering = cellNumbering; in DMPlexCreatePartitionerGraph_Native()
316 …scInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjacency, IS *globalNumbering) in DMPlexCreatePartitionerGraph_ViaMat() argument
335 if (globalNumbering) PetscCall(DMPlexCreateCellNumbering(dm, PETSC_TRUE, globalNumbering)); in DMPlexCreatePartitionerGraph_ViaMat()
[all …]