| /petsc/src/sys/classes/viewer/impls/mathematica/ |
| H A D | runtime.c | 129 int loop = 1; in processPackets() local 134 while (loop) { in processPackets() 208 if (result == 2) loop = 0; in processPackets() 211 loop = 0; in processPackets() 213 if (errors > 10) loop = 0; in processPackets()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_ksp_py.py | 29 def loop(self, ksp, r): member in MyKSP 53 while not self.loop(ksp, z): 77 while not self.loop(ksp, r):
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex42.m | 3 % ex42(np,opt) - launches ./ex42 and runs a loop 1000 times sending and then receiving a one dimen…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 754 ego loop = lobjs[l]; in DMPlexGeomPrintModel_Internal() local 758 id = EGlite_indexBodyTopo(body, loop); in DMPlexGeomPrintModel_Internal() 760 id = EG_indexBodyTopo(body, loop); in DMPlexGeomPrintModel_Internal() 767 … PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &eobjs, &esenses)); in DMPlexGeomPrintModel_Internal() 769 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &eobjs, &esenses)); in DMPlexGeomPrintModel_Internal() 919 ego loop = lobjs[l]; in DMPlexCreateGeom_Internal() local 923 PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal() 925 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal() 1047 ego loop = lobjs[l]; in DMPlexCreateGeom_Internal() local 1051 lid = EGlite_indexBodyTopo(body, loop); in DMPlexCreateGeom_Internal() [all …]
|
| /petsc/doc/manual/ |
| H A D | streams.md | 128 …src/sys/tests/ex69f.F90.html">Fortran</a> example. For an OpenMP parallel loop with enough availab… 129 …e roughly the number of threads times the wall clock time. However, for a loop that is not paralle… 130 loop in the Fortran example), the CPU time one would expect would match the wall clock time. Howeve… 131 on an Intel system with the Intel ifort compiler and observed the recorded CPU for the second loop … 132 though only a single thread is computing the loop. Thus, comparing the CPU time to the wall clock t…
|
| H A D | fe.md | 30 …iven cell. `DMPLEX` uses the labels associated with each `PetscDS` in the default integration loop.
|
| H A D | getting_started.md | 595 (often within a loop) can be run in parallel. This is also called a fork-join model of parallelism … 638 many "iterations" of the loop index run on different hardware in "lock-step".
|
| H A D | dmplex.md | 343 // Do integral in quadrature loop putting the result into r[]
|
| H A D | ts.md | 967 to output data only at then end of a time loop.
|
| H A D | vec.md | 593 These values can then be used as loop bounds for local function evaluations as demonstrated in the …
|
| H A D | tao.md | 3134 /* Enter loop */
|
| /petsc/doc/developers/ |
| H A D | style.md | 252 The only exception to this is variables used exclusively within a `for` loop, which must 253 be declared inside the loop initializer: 258 // loop body 263 // Correct, variable used outside of loop 269 // loop body 279 // loop body
|
| H A D | testing.md | 273 - **for loops**: Specifying `{{list of values}}` will generate a loop over 285 …If the loop causes different output for each loop iteration, then `separate output` needs to be us… 291 In this case, each loop value generates a separate script, 422 An example using a for loop is: 454 This is functionally equivalent to the for loop shown above.
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 96 …s of the points of a dimension lower which make up that entity. So we can loop through the chart a… 237 …th' does exist and we see that there are 3 different entries. Now we will loop over each item in t…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscopt.pxi | 261 # parser loop
|
| /petsc/doc/changes/ |
| H A D | 312.md | 199 optimization loop)
|
| /petsc/ |
| H A D | gmakefile | 243 …nsafeBufferHandling,clang-analyzer-deadcode.DeadStores,bugprone-too-small-loop-variable' $(abspat…
|
| /petsc/doc/community/meetings/2023/ |
| H A D | index.md | 67 …www.hilton.com/en/hotels/chidlgi-hilton-garden-inn-chicago-downtown-south-loop/?SEO_id=GMB-AMER-GI…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1874 (dpm/erosion/simulation-control/number-of-tsteps-per-loop 1) 2638 (dpm/parallel/mt-loop-over-particles? #t) 2657 (dpm/parallel/loop-factor 10) 2826 (solver/stabilization/gmres/conv-break-krylov-loop/ksize 2) 2827 (solver/stabilization/gmres/conv-break-krylov-loop? #t) 4804 (species/cvd-stiff-loop-max 60) 6741 (dynamesh/remesh/loop-cut-angle 60.) 8514 (recon/node-loop-old? #t)
|
| /petsc/doc/faq/ |
| H A D | index.md | 2022 inside the loop. Each of the two substeps has its own matrix vector product and
|