Searched refs:quadPoints_p2 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex13.c | 78 PetscInt quadPoints_p2[4] = {2, 3, 0, 1}; in CreateMesh() local 82 PetscCall(PetscArraycpy(points, quadPoints_p2, 4)); in CreateMesh()
|
| H A D | ex4.c | 634 PetscInt quadPoints_p2[2] = {0, 1}; in CreateMesh() local 638 PetscCall(PetscArraycpy(points, quadPoints_p2, 2)); in CreateMesh() 648 PetscInt quadPoints_p2[3] = {0, 1, 2}; in CreateMesh() local 652 PetscCall(PetscArraycpy(points, quadPoints_p2, 3)); in CreateMesh()
|
| H A D | ex5.c | 916 PetscInt quadPoints_p2[3] = {0, 1, 2}; in CreateMesh() local 920 PetscCall(PetscArraycpy(points, quadPoints_p2, 3)); in CreateMesh() 925 PetscInt quadPoints_p2[2] = {0, 1}; in CreateMesh() local 929 PetscCall(PetscArraycpy(points, quadPoints_p2, 2)); in CreateMesh() 934 PetscInt quadPoints_p2[2] = {1, 0}; in CreateMesh() local 938 PetscCall(PetscArraycpy(points, quadPoints_p2, 2)); in CreateMesh()
|