Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfluent.c304 PetscInt coneSize, newCone[16], newOrnt[16]; in ReorderPolygon() local
309 newCone[0] = cone[0]; in ReorderPolygon()
315 PetscCall(DMPlexGetCone(dm, newCone[c - 1], &fcone)); in ReorderPolygon()
328 newCone[c] = cone[c2]; in ReorderPolygon()
335 PetscCall(DMPlexGetCone(dm, newCone[coneSize - 1], &fcone)); in ReorderPolygon()
336 PetscCall(DMPlexGetCone(dm, newCone[0], &fcone2)); in ReorderPolygon()
341 PetscCall(DMPlexSetCone(dm, cell, newCone)); in ReorderPolygon()
350 PetscInt newCone[16], newOrnt[16]; in ReorderTetrahedron() local
354 newCone[0] = cone[0]; in ReorderTetrahedron()
356 PetscCall(DMPlexGetOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderTetrahedron()
[all …]