Searched refs:newOrnt (Results 1 – 1 of 1) sorted by relevance
304 PetscInt coneSize, newCone[16], newOrnt[16]; in ReorderPolygon() local310 newOrnt[0] = ornt[0]; in ReorderPolygon()316 lastVertex = newOrnt[c - 1] ? fcone[0] : fcone[1]; in ReorderPolygon()329 newOrnt[c] = ornt[c2]; in ReorderPolygon()337 vertex = newOrnt[coneSize - 1] ? fcone[0] : fcone[1]; in ReorderPolygon()338 vertex2 = newOrnt[0] ? fcone2[1] : fcone2[0]; in ReorderPolygon()342 PetscCall(DMPlexSetConeOrientation(dm, cell, newOrnt)); in ReorderPolygon()350 PetscInt newCone[16], newOrnt[16]; in ReorderTetrahedron() local355 newOrnt[0] = ornt[0]; in ReorderTetrahedron()357 farr = DMPolytopeTypeGetArrangement(DM_POLYTOPE_TRIANGLE, newOrnt[0]); in ReorderTetrahedron()[all …]