Home
last modified time | relevance | path

Searched refs:npoints_orig (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/tutorials/
H A Dswarm_ex1.c60 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()
[all …]