Lines Matching refs:points
40 PetscInt *points = NULL; in CreateMesh() local
52 PetscCall(PetscMalloc2(2, &sizes, 8, &points)); in CreateMesh()
54 PetscCall(PetscArraycpy(points, triPoints_p2, 8)); in CreateMesh()
61 PetscCall(PetscMalloc2(2, &sizes, 8, &points)); in CreateMesh()
63 PetscCall(PetscArraycpy(points, triPoints_p2, 8)); in CreateMesh()
73 PetscCall(PetscMalloc2(3, &sizes, 8, &points)); in CreateMesh()
75 PetscCall(PetscArraycpy(points, triPoints_p3, 8)); in CreateMesh()
80 PetscCall(PetscMalloc2(2, &sizes, 4, &points)); in CreateMesh()
82 PetscCall(PetscArraycpy(points, quadPoints_p2, 4)); in CreateMesh()
87 PetscCall(PetscPartitionerShellSetPartition(part, size, sizes, points)); in CreateMesh()
88 PetscCall(PetscFree2(sizes, points)); in CreateMesh()