Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex30.c34 PetscInt global_vertex_id_0; member
381 …if (printCtx->v_target < printCtx->global_vertex_id_0 || printCtx->v_target >= printCtx->global_ve… in PostStep()
534 …for (PetscInt global_vertex_id_0 = 0; global_vertex_id_0 < num_vertices; global_vertex_id_0 += ctx… in go() local
539 printCtx->global_vertex_id_0 = global_vertex_id_0; in go()
540 if (v_target >= global_vertex_id_0 && v_target < global_vertex_id_0 + ctx->batch_sz) { in go()
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()
733 const PetscInt v_id = v_id_0 + tid, glb_v_id = global_vertex_id_0 + v_id; in go()
[all …]