Lines Matching refs:npoints_orig
60 PetscInt npoints[2], npoints_orig[2]; in ex1_1() local
62 PetscCall(DMSwarmGetLocalSize(dms, &npoints_orig[0])); in ex1_1()
63 PetscCall(DMSwarmGetSize(dms, &npoints_orig[1])); in ex1_1()
75 …t_FMT ") after(%" PetscInt_FMT ",%" PetscInt_FMT ")\n", rank, npoints_orig[0], npoints_orig[1], np… in ex1_1()
128 PetscInt npoints[2], npoints_orig[2]; in ex1_2() local
130 PetscCall(DMSwarmGetLocalSize(dms, &npoints_orig[0])); in ex1_2()
131 PetscCall(DMSwarmGetSize(dms, &npoints_orig[1])); in ex1_2()
133 …"rank[%d] before(%" PetscInt_FMT ",%" PetscInt_FMT ")\n", rank, npoints_orig[0], npoints_orig[1])); in ex1_2()
252 PetscInt npoints[2], npoints_orig[2], ng; in ex1_3() local
254 PetscCall(DMSwarmGetLocalSize(dms, &npoints_orig[0])); in ex1_3()
255 PetscCall(DMSwarmGetSize(dms, &npoints_orig[1])); in ex1_3()
257 …"rank[%d] before(%" PetscInt_FMT ",%" PetscInt_FMT ")\n", rank, npoints_orig[0], npoints_orig[1])); in ex1_3()
443 PetscInt npoints[2], npoints_orig[2], ng; in ex1_4() local
445 PetscCall(DMSwarmGetLocalSize(dms, &npoints_orig[0])); in ex1_4()
446 PetscCall(DMSwarmGetSize(dms, &npoints_orig[1])); in ex1_4()
448 …"rank[%d] before(%" PetscInt_FMT ",%" PetscInt_FMT ")\n", rank, npoints_orig[0], npoints_orig[1])); in ex1_4()