Searched refs:tetPoints_p2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex4.c | 662 PetscInt tetPoints_p2[2] = {0, 1}; in CreateMesh() local 666 PetscCall(PetscArraycpy(points, tetPoints_p2, 2)); in CreateMesh() 671 PetscInt tetPoints_p2[2] = {0, 1}; in CreateMesh() local 675 PetscCall(PetscArraycpy(points, tetPoints_p2, 2)); in CreateMesh() 685 PetscInt tetPoints_p2[3] = {0, 1, 2}; in CreateMesh() local 689 PetscCall(PetscArraycpy(points, tetPoints_p2, 3)); in CreateMesh() 694 PetscInt tetPoints_p2[7] = {0, 3, 5, 1, 2, 4, 6}; in CreateMesh() local 698 PetscCall(PetscArraycpy(points, tetPoints_p2, 7)); in CreateMesh()
|
| H A D | ex5.c | 948 PetscInt tetPoints_p2[3] = {0, 1, 2}; in CreateMesh() local 952 PetscCall(PetscArraycpy(points, tetPoints_p2, 3)); in CreateMesh()
|