Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfluent.c333 PetscInt vertex, vertex2; in ReorderPolygon() local
338 vertex2 = newOrnt[0] ? fcone2[1] : fcone2[0]; in ReorderPolygon()
339 …PetscCheck(vertex == vertex2, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Cell %" PetscInt_FMT " did no… in ReorderPolygon()