Searched refs:hexPoints_p2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex4.c | 708 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 D | ex5.c | 962 PetscInt hexPoints_p2[3] = {0, 1, 2}; in CreateMesh() local 966 PetscCall(PetscArraycpy(points, hexPoints_p2, 3)); in CreateMesh()
|