Searched refs:num_vertices (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex30.c | 278 …m, const PetscInt v_target, const PetscInt numthreads, const PetscInt num_vertices, const PetscInt… in gridToParticles_private() argument 285 …of %" PetscInt_FMT ": map back to particles\n", global_vertex_id + 1, num_vertices, v_id_0 + 1, ct… in gridToParticles_private() 289 if (glb_v_id < num_vertices) { in gridToParticles_private() 459 PetscErrorCode go(TS ts, Vec X, const PetscInt num_vertices, const PetscInt a_Np, const PetscInt di… in go() argument 484 …_FMT " global items (vertices) %d DMs\n", ctx->num_grids, ctx->batch_sz, num_vertices, (int)nDMs)); in go() 534 …for (PetscInt global_vertex_id_0 = 0; global_vertex_id_0 < num_vertices; global_vertex_id_0 += ctx… in go() 551 …if (glb_v_id < num_vertices) { // the ragged e… in go() 688 … if (glb_v_id < num_vertices) { // the ragged edge of the last batch in go() 707 if (glb_v_id < num_vertices) { in go() 720 if (glb_v_id < num_vertices) { in go() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 609 PetscInt cl_size, *closure = NULL, num_vertices = 0; in DMPlexCorrectOrientationForIsoperiodic() local 613 if (IsPointInsideStratum(cl_point, vStart, vEnd)) num_vertices++; in DMPlexCorrectOrientationForIsoperiodic() 620 face_vertices_size[index] = num_vertices; in DMPlexCorrectOrientationForIsoperiodic() 621 face_cones_size[index] += num_vertices; in DMPlexCorrectOrientationForIsoperiodic()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 271 numVerts = (*topo)->conn->num_vertices; in DMFTopologyCreateBrick_pforest()
|