Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex30.c284 for (PetscInt v_id_0 = 0; v_id_0 < ctx->batch_sz; v_id_0 += numthreads) { in gridToParticles_private() local
285 …Int_FMT ": map back to particles\n", global_vertex_id + 1, num_vertices, v_id_0 + 1, ctx->batch_sz… in gridToParticles_private()
288 const PetscInt v_id = v_id_0 + tid, glb_v_id = global_vertex_id + v_id; in gridToParticles_private()
300 …d_dm[0], "Cleanup batches %" PetscInt_FMT " to %" PetscInt_FMT "\n", v_id_0, v_id_0 + numthreads)); in gridToParticles_private()
302 const PetscInt v_id = v_id_0 + tid, glb_v_id = global_vertex_id + v_id; in gridToParticles_private()
545 for (PetscInt v_id_0 = 0; v_id_0 < ctx->batch_sz; v_id_0 += numthreads) { in go() local
550 const PetscInt v_id = v_id_0 + tid, glb_v_id = global_vertex_id_0 + v_id; in go()
687 const PetscInt v_id = v_id_0 + tid, glb_v_id = global_vertex_id_0 + v_id; in go()
706 const PetscInt v_id = v_id_0 + tid, glb_v_id = global_vertex_id_0 + v_id; in go()
719 const PetscInt v_id = v_id_0 + tid, glb_v_id = global_vertex_id_0 + v_id; in go()
[all …]