| /petsc/src/vec/is/utils/tests/ |
| H A D | ex1.c | 18 PetscInt coords_size, num_points_queried = 0, num_trees_built = 0, loops = 1; in main() local 32 …ops", "Number of times to loop through KDTree creation and querying", "", loops, &loops, NULL, 1)); in main() 46 for (PetscInt loop_count = 0; loop_count < loops; loop_count++) { in main()
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | driver.c | 49 PetscErrorCode RunTest(int nx, int ny, int nz, int loops, double *wt) in RunTest() argument 90 while (loops-- > 0) { in RunTest()
|
| /petsc/src/dm/impls/plex/ |
| H A D | gmshlex.h | 227 #define loops(i, j) SL2(p, i, j) in GmshLexOrder_PRI() macro 255 loops(i, j) lex[index(i, j, 0)] = *sub++; in GmshLexOrder_PRI() 258 loops(j, i) lex[index(i, j, p)] = *sub++; in GmshLexOrder_PRI() 278 loops(j, i) in GmshLexOrder_PRI() 294 #undef loops in GmshLexOrder_PRI()
|
| H A D | plexegads.c | 5363 PetscErrorCode DMPlexGetGeomModelBodyLoops(DM dm, PetscGeom body, PetscGeom **loops, PetscInt *numL… in DMPlexGetGeomModelBodyLoops() argument 5378 PetscCall(EGlite_getBodyTopos(body, NULL, LOOP, numLoops, loops)); in DMPlexGetGeomModelBodyLoops() 5380 PetscCall(EG_getBodyTopos(body, NULL, LOOP, numLoops, loops)); in DMPlexGetGeomModelBodyLoops() 5445 PetscErrorCode DMPlexGetGeomModelFaceLoops(DM dm, PetscGeom body, PetscGeom face, PetscGeom **loops… in DMPlexGetGeomModelFaceLoops() argument 5460 PetscCall(EGlite_getBodyTopos(body, face, LOOP, numLoops, loops)); in DMPlexGetGeomModelFaceLoops() 5462 PetscCall(EG_getBodyTopos(body, face, LOOP, numLoops, loops)); in DMPlexGetGeomModelFaceLoops()
|
| /petsc/doc/developers/ |
| H A D | testing.md | 273 - **for loops**: Specifying `{{list of values}}` will generate a loop over 456 Here is a more complex example using for loops: 628 For loops it sometimes can become onerous to run the whole test. 661 PRINTONLY=1 Print the command, but do not run. For loops print first command 954 ### Debugging for loops 956 One of the more difficult issues is how to debug for loops when a subset of the
|
| H A D | matrices.md | 59 the overhead of small loops entirely.
|
| H A D | style.md | 198 or loops as part of their expansion
|
| /petsc/doc/changes/ |
| H A D | 34.md | 101 not rely on use such as lazy access occurring inside loops that
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 150 …te that the model generates physiological stroke volumes, pressure-volume loops, and valvular pres… 214 …ing mesh data (think generalised `PetscSection`) to describe complex mesh loops in a concise way t…
|
| /petsc/ |
| H A D | gmakefile.test | 507 …-@echo " PRINTONLY=1 Compile the tests but do not run, print the command to run. For loops …
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 637 …early defined parallelism. Kernel-level parallelism is much like SIMD parallelism applied to loops;
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 6742 (dynamesh/remesh/check-intersecting-loops? #t)
|