Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex4.c708 PetscInt hexPoints_p2[2] = {0, 1}; in CreateMesh() local
712 PetscCall(PetscArraycpy(points, hexPoints_p2, 2)); in CreateMesh()
722 PetscInt hexPoints_p2[2] = {0, 1}; in CreateMesh() local
726 PetscCall(PetscArraycpy(points, hexPoints_p2, 2)); in CreateMesh()
731 PetscInt hexPoints_p2[9] = {3, 4, 5, 7, 8, 0, 1, 2, 6}; in CreateMesh() local
735 PetscCall(PetscArraycpy(points, hexPoints_p2, 9)); in CreateMesh()
H A Dex5.c962 PetscInt hexPoints_p2[3] = {0, 1, 2}; in CreateMesh() local
966 PetscCall(PetscArraycpy(points, hexPoints_p2, 3)); in CreateMesh()