Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c10127 PetscInt cellneigh, cellneighiter = 0, adjSize = PETSC_DETERMINE; in DMPlexComputeOrthogonalQuality() local
10140 for (cellneigh = 0; cellneigh < adjSize; cellneighiter++, cellneigh++) { in DMPlexComputeOrthogonalQuality()
10142 const PetscInt neigh = adj[cellneigh]; in DMPlexComputeOrthogonalQuality()