Searched refs:triPoints_p2 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex13.c | 50 PetscInt triPoints_p2[8] = {3, 5, 6, 7, 0, 1, 2, 4}; in CreateMesh() local 54 PetscCall(PetscArraycpy(points, triPoints_p2, 8)); in CreateMesh() 59 PetscInt triPoints_p2[8] = {1, 2, 3, 4, 6, 7, 0, 5}; in CreateMesh() local 63 PetscCall(PetscArraycpy(points, triPoints_p2, 8)); in CreateMesh()
|
| H A D | ex4.c | 606 PetscInt triPoints_p2[2] = {0, 1}; in CreateMesh() local 610 PetscCall(PetscArraycpy(points, triPoints_p2, 2)); in CreateMesh() 620 PetscInt triPoints_p2[3] = {0, 1, 2}; in CreateMesh() local 624 PetscCall(PetscArraycpy(points, triPoints_p2, 3)); in CreateMesh()
|
| H A D | ex5.c | 879 PetscInt triPoints_p2[3] = {0, 1, 2}; in CreateMesh() local 883 PetscCall(PetscArraycpy(points, triPoints_p2, 3)); in CreateMesh() 888 PetscInt triPoints_p2[6] = {0, 1, 2, 3, 4, 5}; in CreateMesh() local 892 PetscCall(PetscArraycpy(points, triPoints_p2, 6)); in CreateMesh()
|