Searched refs:neighborCells (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 550 PetscInt *neighborCells = NULL; in DMPlexCreateNeighborCSR() local 645 …Adjacency_Internal(dm, cell, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &numNeighbors, &neighborCells)); in DMPlexCreateNeighborCSR() 654 cellPair[1] = neighborCells[n]; in DMPlexCreateNeighborCSR() 683 …Adjacency_Internal(dm, cell, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &numNeighbors, &neighborCells)); in DMPlexCreateNeighborCSR() 692 cellPair[1] = neighborCells[n]; in DMPlexCreateNeighborCSR() 709 adj[off[cell - cStart] + cellOffset] = neighborCells[n]; in DMPlexCreateNeighborCSR() 715 PetscCall(PetscFree(neighborCells)); in DMPlexCreateNeighborCSR()
|